#209484
a dark, vivid cyan · cool · closest name: teal
RGB
32, 148, 132
HSL
172°, 64%, 35%
CMYK
78, 0, 11, 42
Luminance
0.2315
Every format
| HEX | #209484 |
| RGB | rgb(32, 148, 132) |
| HSL | hsl(172, 64%, 35%) |
| CMYK | cmyk(78%, 0%, 11%, 42%) |
| LAB | lab(55.2 -34.7 -0.5) |
| LCH | lch(55.2 34.7 180.7) |
| OKLCH | oklch(0.601 0.101 181.0) |
Copy-ready code
/* CSS */
color: #209484;
background-color: #209484;
/* Tailwind (arbitrary) */
class="text-[#209484] bg-[#209484]"
/* SCSS */
$brand: #209484;
/* SwiftUI */
Color(red: 0.125, green: 0.580, blue: 0.518)
/* Android */
Color.parseColor("#209484")Accessibility — WCAG contrast
Aa
#209484 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#209484 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green58.0%
Blue51.8%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow10.8%
Key (black)42.0%
Color previews
#209484 text on a black background
contrast 5.63:1
Card sample
#209484 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #209484;
Background color
Panel with #209484 background
background-color: #209484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #209484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 148, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 148, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #209484; background: linear-gradient(135deg, #209484, #205794);