#4feee6
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 238, 230
HSL
177°, 82%, 62%
CMYK
67, 0, 3, 7
Luminance
0.6852
Every format
| HEX | #4feee6 |
| RGB | rgb(79, 238, 230) |
| HSL | hsl(177, 82%, 62%) |
| CMYK | cmyk(67%, 0%, 3%, 7%) |
| LAB | lab(86.3 -42.4 -8.2) |
| LCH | lch(86.3 43.2 191.0) |
| OKLCH | oklch(0.866 0.130 190.2) |
Copy-ready code
/* CSS */
color: #4feee6;
background-color: #4feee6;
/* Tailwind (arbitrary) */
class="text-[#4feee6] bg-[#4feee6]"
/* SCSS */
$brand: #4feee6;
/* SwiftUI */
Color(red: 0.310, green: 0.933, blue: 0.902)
/* Android */
Color.parseColor("#4feee6")Accessibility — WCAG contrast
Aa
#4feee6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4feee6 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.3%
Blue90.2%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow3.4%
Key (black)6.7%
Color previews
#4feee6 text on a black background
contrast 14.70:1
Card sample
#4feee6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4feee6;
Background color
Panel with #4feee6 background
background-color: #4feee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4feee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 238, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 238, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4feee6; background: linear-gradient(135deg, #4feee6, #4F8CEE);