#4fe2ce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 226, 206
HSL
172°, 72%, 60%
CMYK
65, 0, 9, 11
Luminance
0.6051
Every format
| HEX | #4fe2ce |
| RGB | rgb(79, 226, 206) |
| HSL | hsl(172, 72%, 60%) |
| CMYK | cmyk(65%, 0%, 9%, 11%) |
| LAB | lab(82.1 -43.4 -1.7) |
| LCH | lch(82.1 43.4 182.2) |
| OKLCH | oklch(0.830 0.127 182.4) |
Copy-ready code
/* CSS */
color: #4fe2ce;
background-color: #4fe2ce;
/* Tailwind (arbitrary) */
class="text-[#4fe2ce] bg-[#4fe2ce]"
/* SCSS */
$brand: #4fe2ce;
/* SwiftUI */
Color(red: 0.310, green: 0.886, blue: 0.808)
/* Android */
Color.parseColor("#4fe2ce")Accessibility — WCAG contrast
Aa
#4fe2ce on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe2ce on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green88.6%
Blue80.8%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow8.8%
Key (black)11.4%
Color previews
#4fe2ce text on a black background
contrast 13.10:1
Card sample
#4fe2ce text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe2ce;
Background color
Panel with #4fe2ce background
background-color: #4fe2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 226, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 226, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe2ce; background: linear-gradient(135deg, #4fe2ce, #4F94E2);