#4cbdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 189, 240
HSL
199°, 85%, 62%
CMYK
68, 21, 0, 6
Luminance
0.4422
Every format
| HEX | #4cbdf0 |
| RGB | rgb(76, 189, 240) |
| HSL | hsl(199, 85%, 62%) |
| CMYK | cmyk(68%, 21%, 0%, 6%) |
| LAB | lab(72.4 -16.2 -34.6) |
| LCH | lch(72.4 38.2 245.0) |
| OKLCH | oklch(0.755 0.124 231.3) |
Copy-ready code
/* CSS */
color: #4cbdf0;
background-color: #4cbdf0;
/* Tailwind (arbitrary) */
class="text-[#4cbdf0] bg-[#4cbdf0]"
/* SCSS */
$brand: #4cbdf0;
/* SwiftUI */
Color(red: 0.298, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#4cbdf0")Accessibility — WCAG contrast
Aa
#4cbdf0 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbdf0 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.1%
Blue94.1%
CMYK percentages
Cyan68.3%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#4cbdf0 text on a black background
contrast 9.84:1
Card sample
#4cbdf0 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbdf0;
Background color
Panel with #4cbdf0 background
background-color: #4cbdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbdf0; background: linear-gradient(135deg, #4cbdf0, #4C50F0);