#2ae0cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 224, 207
HSL
174°, 75%, 52%
CMYK
81, 0, 8, 12
Luminance
0.5831
Every format
| HEX | #2ae0cf |
| RGB | rgb(42, 224, 207) |
| HSL | hsl(174, 75%, 52%) |
| CMYK | cmyk(81%, 0%, 8%, 12%) |
| LAB | lab(80.9 -46.6 -4.1) |
| LCH | lch(80.9 46.8 185.0) |
| OKLCH | oklch(0.818 0.138 184.9) |
Copy-ready code
/* CSS */
color: #2ae0cf;
background-color: #2ae0cf;
/* Tailwind (arbitrary) */
class="text-[#2ae0cf] bg-[#2ae0cf]"
/* SCSS */
$brand: #2ae0cf;
/* SwiftUI */
Color(red: 0.165, green: 0.878, blue: 0.812)
/* Android */
Color.parseColor("#2ae0cf")Accessibility — WCAG contrast
Aa
#2ae0cf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ae0cf on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.8%
Blue81.2%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow7.6%
Key (black)12.2%
Color previews
#2ae0cf text on a black background
contrast 12.66:1
Card sample
#2ae0cf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ae0cf;
Background color
Panel with #2ae0cf background
background-color: #2ae0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ae0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 224, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 224, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ae0cf; background: linear-gradient(135deg, #2ae0cf, #2A78E0);