#4cdff4
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 223, 244
HSL
188°, 88%, 63%
CMYK
69, 9, 0, 4
Luminance
0.6084
Every format
| HEX | #4cdff4 |
| RGB | rgb(76, 223, 244) |
| HSL | hsl(188, 88%, 63%) |
| CMYK | cmyk(69%, 9%, 0%, 4%) |
| LAB | lab(82.3 -32.0 -21.6) |
| LCH | lch(82.3 38.6 214.0) |
| OKLCH | oklch(0.835 0.125 208.7) |
Copy-ready code
/* CSS */
color: #4cdff4;
background-color: #4cdff4;
/* Tailwind (arbitrary) */
class="text-[#4cdff4] bg-[#4cdff4]"
/* SCSS */
$brand: #4cdff4;
/* SwiftUI */
Color(red: 0.298, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#4cdff4")Accessibility — WCAG contrast
Aa
#4cdff4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdff4 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.5%
Blue95.7%
CMYK percentages
Cyan68.9%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#4cdff4 text on a black background
contrast 13.17:1
Card sample
#4cdff4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdff4;
Background color
Panel with #4cdff4 background
background-color: #4cdff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdff4; background: linear-gradient(135deg, #4cdff4, #4C6FF4);