#249784
a dark, vivid cyan · cool · closest name: teal
RGB
36, 151, 132
HSL
170°, 62%, 37%
CMYK
76, 0, 13, 41
Luminance
0.2417
Every format
| HEX | #249784 |
| RGB | rgb(36, 151, 132) |
| HSL | hsl(170, 62%, 37%) |
| CMYK | cmyk(76%, 0%, 13%, 41%) |
| LAB | lab(56.3 -35.6 1.1) |
| LCH | lch(56.3 35.7 178.3) |
| OKLCH | oklch(0.610 0.102 178.7) |
Copy-ready code
/* CSS */
color: #249784;
background-color: #249784;
/* Tailwind (arbitrary) */
class="text-[#249784] bg-[#249784]"
/* SCSS */
$brand: #249784;
/* SwiftUI */
Color(red: 0.141, green: 0.592, blue: 0.518)
/* Android */
Color.parseColor("#249784")Accessibility — WCAG contrast
Aa
#249784 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249784 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green59.2%
Blue51.8%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow12.6%
Key (black)40.8%
Color previews
#249784 text on a black background
contrast 5.83:1
Card sample
#249784 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249784;
Background color
Panel with #249784 background
background-color: #249784;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249784;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 151, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 151, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249784; background: linear-gradient(135deg, #249784, #245D97);