#2ae9cd
a balanced, electric cyan · cool · closest name: turquoise
RGB
42, 233, 205
HSL
171°, 81%, 54%
CMYK
82, 0, 12, 9
Luminance
0.6318
Every format
| HEX | #2ae9cd |
| RGB | rgb(42, 233, 205) |
| HSL | hsl(171, 81%, 54%) |
| CMYK | cmyk(82%, 0%, 12%, 9%) |
| LAB | lab(83.5 -50.9 0.8) |
| LCH | lch(83.5 50.9 179.0) |
| OKLCH | oklch(0.840 0.147 179.4) |
Copy-ready code
/* CSS */
color: #2ae9cd;
background-color: #2ae9cd;
/* Tailwind (arbitrary) */
class="text-[#2ae9cd] bg-[#2ae9cd]"
/* SCSS */
$brand: #2ae9cd;
/* SwiftUI */
Color(red: 0.165, green: 0.914, blue: 0.804)
/* Android */
Color.parseColor("#2ae9cd")Accessibility — WCAG contrast
Aa
#2ae9cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ae9cd on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green91.4%
Blue80.4%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow12.0%
Key (black)8.6%
Color previews
#2ae9cd text on a black background
contrast 13.64:1
Card sample
#2ae9cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ae9cd;
Background color
Panel with #2ae9cd background
background-color: #2ae9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ae9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 233, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 233, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ae9cd; background: linear-gradient(135deg, #2ae9cd, #2A86E9);