Steel Blue (Blue)
#2293CE
RGB: 34, 147, 206
Color OverviewHEX #2293CE

#2293CE Color Code Information

In the RGB color space, #2293CE is composed of 13% red, 58% green, and 81% blue. In the HSL color space, it has a hue of 201°, saturation of 72%, and lightness of 47%.

HEX
#2293CE
RGB
34, 147, 206
HSL
201°, 72%, 47%
HSV
201°, 83%, 81%
CMYK
83%, 29%, 0%, 19%
Name Match
Steel Blue
Closest Standard

Shades of #2293CE (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #2293CE (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #2293CE (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #2293CE

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #2293CE Background
Contrast Ratio against Pure White (#FFFFFF):3.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2293CE Background
Contrast Ratio against Pure Black (#000000):6.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #2293CE;
}

.element {
  color: #2293CE;
  background-color: #2293CE;
  border-color: #2293CE;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#2293CE] text-[#2293CE] border-[#2293CE]">
  Content styled with #2293CE
</div>