#4feecf
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 238, 207
HSL
168°, 82%, 62%
CMYK
67, 0, 13, 7
Luminance
0.6732
Every format
| HEX | #4feecf |
| RGB | rgb(79, 238, 207) |
| HSL | hsl(168, 82%, 62%) |
| CMYK | cmyk(67%, 0%, 13%, 7%) |
| LAB | lab(85.7 -48.3 3.0) |
| LCH | lch(85.7 48.4 176.5) |
| OKLCH | oklch(0.859 0.139 177.1) |
Copy-ready code
/* CSS */
color: #4feecf;
background-color: #4feecf;
/* Tailwind (arbitrary) */
class="text-[#4feecf] bg-[#4feecf]"
/* SCSS */
$brand: #4feecf;
/* SwiftUI */
Color(red: 0.310, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#4feecf")Accessibility — WCAG contrast
Aa
#4feecf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4feecf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.3%
Blue81.2%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#4feecf text on a black background
contrast 14.46:1
Card sample
#4feecf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4feecf;
Background color
Panel with #4feecf background
background-color: #4feecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4feecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4feecf; background: linear-gradient(135deg, #4feecf, #4FA3EE);