#4cd4f3
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 212, 243
HSL
191°, 87%, 63%
CMYK
69, 13, 0, 5
Luminance
0.5509
Every format
| HEX | #4cd4f3 |
| RGB | rgb(76, 212, 243) |
| HSL | hsl(191, 87%, 63%) |
| CMYK | cmyk(69%, 13%, 0%, 5%) |
| LAB | lab(79.1 -27.0 -25.9) |
| LCH | lch(79.1 37.4 223.9) |
| OKLCH | oklch(0.809 0.123 216.1) |
Copy-ready code
/* CSS */
color: #4cd4f3;
background-color: #4cd4f3;
/* Tailwind (arbitrary) */
class="text-[#4cd4f3] bg-[#4cd4f3]"
/* SCSS */
$brand: #4cd4f3;
/* SwiftUI */
Color(red: 0.298, green: 0.831, blue: 0.953)
/* Android */
Color.parseColor("#4cd4f3")Accessibility — WCAG contrast
Aa
#4cd4f3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd4f3 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green83.1%
Blue95.3%
CMYK percentages
Cyan68.7%
Magenta12.8%
Yellow0.0%
Key (black)4.7%
Color previews
#4cd4f3 text on a black background
contrast 12.02:1
Card sample
#4cd4f3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd4f3;
Background color
Panel with #4cd4f3 background
background-color: #4cd4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 212, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 212, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd4f3; background: linear-gradient(135deg, #4cd4f3, #4C65F3);