#4feace
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 234, 206
HSL
169°, 79%, 61%
CMYK
66, 0, 12, 8
Luminance
0.6496
Every format
| HEX | #4feace |
| RGB | rgb(79, 234, 206) |
| HSL | hsl(169, 79%, 61%) |
| CMYK | cmyk(66%, 0%, 12%, 8%) |
| LAB | lab(84.5 -46.9 1.8) |
| LCH | lch(84.5 46.9 177.9) |
| OKLCH | oklch(0.849 0.135 178.3) |
Copy-ready code
/* CSS */
color: #4feace;
background-color: #4feace;
/* Tailwind (arbitrary) */
class="text-[#4feace] bg-[#4feace]"
/* SCSS */
$brand: #4feace;
/* SwiftUI */
Color(red: 0.310, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#4feace")Accessibility — WCAG contrast
Aa
#4feace on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4feace on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green91.8%
Blue80.8%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#4feace text on a black background
contrast 13.99:1
Card sample
#4feace text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4feace;
Background color
Panel with #4feace background
background-color: #4feace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4feace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4feace; background: linear-gradient(135deg, #4feace, #4F9FEA);