#4fdbf2
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 219, 242
HSL
189°, 86%, 63%
CMYK
67, 10, 0, 5
Luminance
0.5874
Every format
| HEX | #4fdbf2 |
| RGB | rgb(79, 219, 242) |
| HSL | hsl(189, 86%, 63%) |
| CMYK | cmyk(67%, 10%, 0%, 5%) |
| LAB | lab(81.1 -30.3 -22.3) |
| LCH | lch(81.1 37.5 216.3) |
| OKLCH | oklch(0.826 0.122 210.5) |
Copy-ready code
/* CSS */
color: #4fdbf2;
background-color: #4fdbf2;
/* Tailwind (arbitrary) */
class="text-[#4fdbf2] bg-[#4fdbf2]"
/* SCSS */
$brand: #4fdbf2;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#4fdbf2")Accessibility — WCAG contrast
Aa
#4fdbf2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbf2 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue94.9%
CMYK percentages
Cyan67.4%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#4fdbf2 text on a black background
contrast 12.75:1
Card sample
#4fdbf2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbf2;
Background color
Panel with #4fdbf2 background
background-color: #4fdbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbf2; background: linear-gradient(135deg, #4fdbf2, #4F6EF2);