#2ae2e2
a balanced, electric cyan · cool · closest name: turquoise
RGB
42, 226, 226
HSL
180°, 76%, 53%
CMYK
81, 0, 0, 11
Luminance
0.6038
Every format
| HEX | #2ae2e2 |
| RGB | rgb(42, 226, 226) |
| HSL | hsl(180, 76%, 53%) |
| CMYK | cmyk(81%, 0%, 0%, 11%) |
| LAB | lab(82.0 -42.1 -12.5) |
| LCH | lch(82.0 43.9 196.5) |
| OKLCH | oklch(0.829 0.135 194.9) |
Copy-ready code
/* CSS */
color: #2ae2e2;
background-color: #2ae2e2;
/* Tailwind (arbitrary) */
class="text-[#2ae2e2] bg-[#2ae2e2]"
/* SCSS */
$brand: #2ae2e2;
/* SwiftUI */
Color(red: 0.165, green: 0.886, blue: 0.886)
/* Android */
Color.parseColor("#2ae2e2")Accessibility — WCAG contrast
Aa
#2ae2e2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ae2e2 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green88.6%
Blue88.6%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow0.0%
Key (black)11.4%
Color previews
#2ae2e2 text on a black background
contrast 13.08:1
Card sample
#2ae2e2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ae2e2;
Background color
Panel with #2ae2e2 background
background-color: #2ae2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ae2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 226, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 226, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ae2e2; background: linear-gradient(135deg, #2ae2e2, #2A67E2);