#24776b
a dark, vivid cyan · cool · closest name: teal
RGB
36, 119, 107
HSL
171°, 54%, 30%
CMYK
70, 0, 10, 53
Luminance
0.1463
Every format
| HEX | #24776b |
| RGB | rgb(36, 119, 107) |
| HSL | hsl(171, 54%, 30%) |
| CMYK | cmyk(70%, 0%, 10%, 53%) |
| LAB | lab(45.1 -27.6 -0.6) |
| LCH | lch(45.1 27.6 181.3) |
| OKLCH | oklch(0.517 0.080 181.5) |
Copy-ready code
/* CSS */
color: #24776b;
background-color: #24776b;
/* Tailwind (arbitrary) */
class="text-[#24776b] bg-[#24776b]"
/* SCSS */
$brand: #24776b;
/* SwiftUI */
Color(red: 0.141, green: 0.467, blue: 0.420)
/* Android */
Color.parseColor("#24776b")Accessibility — WCAG contrast
Aa
#24776b on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#24776b on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green46.7%
Blue42.0%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow10.1%
Key (black)53.3%
Color previews
#24776b text on a black background
contrast 3.93:1
Card sample
#24776b text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24776b;
Background color
Panel with #24776b background
background-color: #24776b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24776b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 119, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 119, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24776b; background: linear-gradient(135deg, #24776b, #244C77);