#4fe2ee
a balanced, electric cyan · cool · closest name: cyan
RGB
79, 226, 238
HSL
185°, 82%, 62%
CMYK
67, 5, 0, 7
Luminance
0.6223
Every format
| HEX | #4fe2ee |
| RGB | rgb(79, 226, 238) |
| HSL | hsl(185, 82%, 62%) |
| CMYK | cmyk(67%, 5%, 0%, 7%) |
| LAB | lab(83.0 -34.7 -17.3) |
| LCH | lch(83.0 38.8 206.5) |
| OKLCH | oklch(0.841 0.123 202.9) |
Copy-ready code
/* CSS */
color: #4fe2ee;
background-color: #4fe2ee;
/* Tailwind (arbitrary) */
class="text-[#4fe2ee] bg-[#4fe2ee]"
/* SCSS */
$brand: #4fe2ee;
/* SwiftUI */
Color(red: 0.310, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#4fe2ee")Accessibility — WCAG contrast
Aa
#4fe2ee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe2ee on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green88.6%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#4fe2ee text on a black background
contrast 13.45:1
Card sample
#4fe2ee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe2ee;
Background color
Panel with #4fe2ee background
background-color: #4fe2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe2ee; background: linear-gradient(135deg, #4fe2ee, #4F78EE);