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