Midnight Blue (Blue)
#233D6E
RGB: 35, 61, 110
Color OverviewHEX #233D6E
#233D6E Color Code Information
In the RGB color space, #233D6E is composed of 14% red, 24% green, and 43% blue. In the HSL color space, it has a hue of 219°, saturation of 52%, and lightness of 28%.
HEX
#233D6E
RGB
35, 61, 110
HSL
219°, 52%, 28%
HSV
219°, 68%, 43%
CMYK
68%, 45%, 0%, 57%
Name Match
Midnight Blue
Closest StandardShades of #233D6E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #233D6E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #233D6E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #233D6E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #233D6E Background
Contrast Ratio against Pure White (#FFFFFF):10.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #233D6E Background
Contrast Ratio against Pure Black (#000000):1.96 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #233D6E;
}
.element {
color: #233D6E;
background-color: #233D6E;
border-color: #233D6E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#233D6E] text-[#233D6E] border-[#233D6E]"> Content styled with #233D6E </div>