#4cbedf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 190, 223
HSL
194°, 70%, 59%
CMYK
66, 15, 0, 13
Luminance
0.4369
Every format
| HEX | #4cbedf |
| RGB | rgb(76, 190, 223) |
| HSL | hsl(194, 70%, 59%) |
| CMYK | cmyk(66%, 15%, 0%, 13%) |
| LAB | lab(72.0 -22.0 -26.0) |
| LCH | lch(72.0 34.0 229.7) |
| OKLCH | oklch(0.750 0.112 220.4) |
Copy-ready code
/* CSS */
color: #4cbedf;
background-color: #4cbedf;
/* Tailwind (arbitrary) */
class="text-[#4cbedf] bg-[#4cbedf]"
/* SCSS */
$brand: #4cbedf;
/* SwiftUI */
Color(red: 0.298, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#4cbedf")Accessibility — WCAG contrast
Aa
#4cbedf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbedf on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.5%
Blue87.5%
CMYK percentages
Cyan65.9%
Magenta14.8%
Yellow0.0%
Key (black)12.5%
Color previews
#4cbedf text on a black background
contrast 9.74:1
Card sample
#4cbedf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbedf;
Background color
Panel with #4cbedf background
background-color: #4cbedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbedf; background: linear-gradient(135deg, #4cbedf, #4C5CDF);