#24697f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
36, 105, 127
HSL
195°, 56%, 32%
CMYK
72, 17, 0, 50
Luminance
0.1201
Every format
| HEX | #24697f |
| RGB | rgb(36, 105, 127) |
| HSL | hsl(195, 56%, 32%) |
| CMYK | cmyk(72%, 17%, 0%, 50%) |
| LAB | lab(41.2 -13.8 -18.5) |
| LCH | lch(41.2 23.1 233.3) |
| OKLCH | oklch(0.488 0.076 222.9) |
Copy-ready code
/* CSS */
color: #24697f;
background-color: #24697f;
/* Tailwind (arbitrary) */
class="text-[#24697f] bg-[#24697f]"
/* SCSS */
$brand: #24697f;
/* SwiftUI */
Color(red: 0.141, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#24697f")Accessibility — WCAG contrast
Aa
#24697f on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#24697f on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green41.2%
Blue49.8%
CMYK percentages
Cyan71.7%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#24697f text on a black background
contrast 3.40:1
Card sample
#24697f text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24697f;
Background color
Panel with #24697f background
background-color: #24697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24697f; background: linear-gradient(135deg, #24697f, #242C7F);