#4fe7f9
a balanced, electric cyan · cool · closest name: cyan
RGB
79, 231, 249
HSL
186°, 93%, 64%
CMYK
68, 7, 0, 2
Luminance
0.6565
Every format
| HEX | #4fe7f9 |
| RGB | rgb(79, 231, 249) |
| HSL | hsl(186, 93%, 64%) |
| CMYK | cmyk(68%, 7%, 0%, 2%) |
| LAB | lab(84.8 -33.9 -20.4) |
| LCH | lch(84.8 39.6 211.0) |
| OKLCH | oklch(0.856 0.127 206.5) |
Copy-ready code
/* CSS */
color: #4fe7f9;
background-color: #4fe7f9;
/* Tailwind (arbitrary) */
class="text-[#4fe7f9] bg-[#4fe7f9]"
/* SCSS */
$brand: #4fe7f9;
/* SwiftUI */
Color(red: 0.310, green: 0.906, blue: 0.976)
/* Android */
Color.parseColor("#4fe7f9")Accessibility — WCAG contrast
Aa
#4fe7f9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe7f9 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green90.6%
Blue97.6%
CMYK percentages
Cyan68.3%
Magenta7.2%
Yellow0.0%
Key (black)2.4%
Color previews
#4fe7f9 text on a black background
contrast 14.13:1
Card sample
#4fe7f9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe7f9;
Background color
Panel with #4fe7f9 background
background-color: #4fe7f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe7f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 231, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 231, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe7f9; background: linear-gradient(135deg, #4fe7f9, #4F75F9);