#4fddef
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 221, 239
HSL
187°, 83%, 62%
CMYK
67, 8, 0, 6
Luminance
0.5961
Every format
| HEX | #4fddef |
| RGB | rgb(79, 221, 239) |
| HSL | hsl(187, 83%, 62%) |
| CMYK | cmyk(67%, 8%, 0%, 6%) |
| LAB | lab(81.6 -32.1 -19.9) |
| LCH | lch(81.6 37.8 211.9) |
| OKLCH | oklch(0.829 0.121 207.1) |
Copy-ready code
/* CSS */
color: #4fddef;
background-color: #4fddef;
/* Tailwind (arbitrary) */
class="text-[#4fddef] bg-[#4fddef]"
/* SCSS */
$brand: #4fddef;
/* SwiftUI */
Color(red: 0.310, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#4fddef")Accessibility — WCAG contrast
Aa
#4fddef on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fddef on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.7%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta7.5%
Yellow0.0%
Key (black)6.3%
Color previews
#4fddef text on a black background
contrast 12.92:1
Card sample
#4fddef text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fddef;
Background color
Panel with #4fddef background
background-color: #4fddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fddef; background: linear-gradient(135deg, #4fddef, #4F72EF);