#4fffea
a light, electric cyan · cool · closest name: turquoise
RGB
79, 255, 234
HSL
173°, 100%, 66%
CMYK
69, 0, 8, 0
Luminance
0.7912
Every format
| HEX | #4fffea |
| RGB | rgb(79, 255, 234) |
| HSL | hsl(173, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 8%, 0%) |
| LAB | lab(91.3 -48.8 -2.9) |
| LCH | lch(91.3 48.9 183.4) |
| OKLCH | oklch(0.907 0.143 183.4) |
Copy-ready code
/* CSS */
color: #4fffea;
background-color: #4fffea;
/* Tailwind (arbitrary) */
class="text-[#4fffea] bg-[#4fffea]"
/* SCSS */
$brand: #4fffea;
/* SwiftUI */
Color(red: 0.310, green: 1.000, blue: 0.918)
/* Android */
Color.parseColor("#4fffea")Accessibility — WCAG contrast
Aa
#4fffea on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fffea on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green100.0%
Blue91.8%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow8.2%
Key (black)0.0%
Color previews
#4fffea text on a black background
contrast 16.82:1
Card sample
#4fffea text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fffea;
Background color
Panel with #4fffea background
background-color: #4fffea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fffea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 255, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 255, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fffea; background: linear-gradient(135deg, #4fffea, #4F9FFF);