#4feeee
a balanced, electric cyan · cool · closest name: cyan
RGB
79, 238, 238
HSL
180°, 82%, 62%
CMYK
67, 0, 0, 7
Luminance
0.6898
Every format
| HEX | #4feeee |
| RGB | rgb(79, 238, 238) |
| HSL | hsl(180, 82%, 62%) |
| CMYK | cmyk(67%, 0%, 0%, 7%) |
| LAB | lab(86.5 -40.3 -12.1) |
| LCH | lch(86.5 42.0 196.7) |
| OKLCH | oklch(0.869 0.129 195.0) |
Copy-ready code
/* CSS */
color: #4feeee;
background-color: #4feeee;
/* Tailwind (arbitrary) */
class="text-[#4feeee] bg-[#4feeee]"
/* SCSS */
$brand: #4feeee;
/* SwiftUI */
Color(red: 0.310, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#4feeee")Accessibility — WCAG contrast
Aa
#4feeee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4feeee on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.3%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#4feeee text on a black background
contrast 14.80:1
Card sample
#4feeee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4feeee;
Background color
Panel with #4feeee background
background-color: #4feeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4feeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4feeee; background: linear-gradient(135deg, #4feeee, #4F84EE);