#4ffeee
a light, electric cyan · cool · closest name: cyan
RGB
79, 254, 238
HSL
175°, 99%, 65%
CMYK
69, 0, 6, 0
Luminance
0.7872
Every format
| HEX | #4ffeee |
| RGB | rgb(79, 254, 238) |
| HSL | hsl(175, 99%, 65%) |
| CMYK | cmyk(69%, 0%, 6%, 0%) |
| LAB | lab(91.1 -47.3 -5.2) |
| LCH | lch(91.1 47.6 186.3) |
| OKLCH | oklch(0.906 0.141 186.1) |
Copy-ready code
/* CSS */
color: #4ffeee;
background-color: #4ffeee;
/* Tailwind (arbitrary) */
class="text-[#4ffeee] bg-[#4ffeee]"
/* SCSS */
$brand: #4ffeee;
/* SwiftUI */
Color(red: 0.310, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#4ffeee")Accessibility — WCAG contrast
Aa
#4ffeee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffeee on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#4ffeee text on a black background
contrast 16.74:1
Card sample
#4ffeee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffeee;
Background color
Panel with #4ffeee background
background-color: #4ffeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffeee; background: linear-gradient(135deg, #4ffeee, #4F99FE);