Dodger Blue (Blue)
#128EED
RGB: 18, 142, 237
Color OverviewHEX #128EED
#128EED Color Code Information
In the RGB color space, #128EED is composed of 7% red, 56% green, and 93% blue. In the HSL color space, it has a hue of 206°, saturation of 86%, and lightness of 50%.
HEX
#128EED
RGB
18, 142, 237
HSL
206°, 86%, 50%
HSV
206°, 92%, 93%
CMYK
92%, 40%, 0%, 7%
Name Match
Dodger Blue
Closest StandardShades of #128EED (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #128EED (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #128EED (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #128EED
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 #128EED Background
Contrast Ratio against Pure White (#FFFFFF):3.43 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #128EED Background
Contrast Ratio against Pure Black (#000000):6.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #128EED;
}
.element {
color: #128EED;
background-color: #128EED;
border-color: #128EED;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#128EED] text-[#128EED] border-[#128EED]"> Content styled with #128EED </div>