#24A8C5
A medium, moderate cyan closely aligning with Cadetblue.
About #24A8C5
The precise color #24A8C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(36, 168, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 82% C, 15% M, 0% Y, and 23% K. With a hue angle of 190.8 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24A8C5
RGB36, 168, 197
HSL190.8°, 69.1%, 45.7%
CMYK82%, 15%, 0%, 23%
HSV190.8°, 81.7%, 77.3%
LAB63.7, -23.9, -24.5
XYZ24.8, 32.4, 57.8
Decimal2402501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A8C5;
}
.text-color {
color: #24A8C5;
}
.border-color {
border: 2px solid #24A8C5;
}