Cerulean (Blue)
#0284C7
RGB: 2, 132, 199
Color OverviewHEX #0284C7

#0284C7 Color Code Information

In the RGB color space, #0284C7 is composed of 1% red, 52% green, and 78% blue. In the HSL color space, it has a hue of 200°, saturation of 98%, and lightness of 39%.

HEX
#0284C7
RGB
2, 132, 199
HSL
200°, 98%, 39%
HSV
200°, 99%, 78%
CMYK
99%, 34%, 0%, 22%
Name Match
Cerulean
Closest Standard

Shades of #0284C7 (Darker Variations)

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

Tints of #0284C7 (Lighter Variations)

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

Tones of #0284C7 (Muted Variations)

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

Color Harmonies for #0284C7

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 #0284C7 Background
Contrast Ratio against Pure White (#FFFFFF):4.1 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0284C7 Background
Contrast Ratio against Pure Black (#000000):5.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #0284C7;
}

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