#2ff4ce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 244, 206
HSL
168°, 90%, 57%
CMYK
81, 0, 16, 4
Luminance
0.6976
Every format
| HEX | #2ff4ce |
| RGB | rgb(47, 244, 206) |
| HSL | hsl(168, 90%, 57%) |
| CMYK | cmyk(81%, 0%, 16%, 4%) |
| LAB | lab(86.9 -54.7 5.2) |
| LCH | lch(86.9 55.0 174.6) |
| OKLCH | oklch(0.867 0.156 175.3) |
Copy-ready code
/* CSS */
color: #2ff4ce;
background-color: #2ff4ce;
/* Tailwind (arbitrary) */
class="text-[#2ff4ce] bg-[#2ff4ce]"
/* SCSS */
$brand: #2ff4ce;
/* SwiftUI */
Color(red: 0.184, green: 0.957, blue: 0.808)
/* Android */
Color.parseColor("#2ff4ce")Accessibility — WCAG contrast
Aa
#2ff4ce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff4ce on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green95.7%
Blue80.8%
CMYK percentages
Cyan80.7%
Magenta0.0%
Yellow15.6%
Key (black)4.3%
Color previews
#2ff4ce text on a black background
contrast 14.95:1
Card sample
#2ff4ce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff4ce;
Background color
Panel with #2ff4ce background
background-color: #2ff4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 244, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 244, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff4ce; background: linear-gradient(135deg, #2ff4ce, #2F97F4);