Cornflower Blue (Blue)
#41A3D5
RGB: 65, 163, 213
Color OverviewHEX #41A3D5
#41A3D5 Color Code Information
In the RGB color space, #41A3D5 is composed of 25% red, 64% green, and 84% blue. In the HSL color space, it has a hue of 200°, saturation of 64%, and lightness of 55%.
HEX
#41A3D5
RGB
65, 163, 213
HSL
200°, 64%, 55%
HSV
200°, 69%, 84%
CMYK
69%, 23%, 0%, 16%
Name Match
Cornflower Blue
Closest StandardShades of #41A3D5 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #41A3D5 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #41A3D5 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #41A3D5
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 #41A3D5 Background
Contrast Ratio against Pure White (#FFFFFF):2.83 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #41A3D5 Background
Contrast Ratio against Pure Black (#000000):7.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #41A3D5;
}
.element {
color: #41A3D5;
background-color: #41A3D5;
border-color: #41A3D5;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#41A3D5] text-[#41A3D5] border-[#41A3D5]"> Content styled with #41A3D5 </div>