#4cbadf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 186, 223
HSL
195°, 70%, 59%
CMYK
66, 17, 0, 13
Luminance
0.4198
Every format
| HEX | #4cbadf |
| RGB | rgb(76, 186, 223) |
| HSL | hsl(195, 70%, 59%) |
| CMYK | cmyk(66%, 17%, 0%, 13%) |
| LAB | lab(70.9 -19.9 -27.8) |
| LCH | lch(70.9 34.2 234.3) |
| OKLCH | oklch(0.741 0.112 223.8) |
Copy-ready code
/* CSS */
color: #4cbadf;
background-color: #4cbadf;
/* Tailwind (arbitrary) */
class="text-[#4cbadf] bg-[#4cbadf]"
/* SCSS */
$brand: #4cbadf;
/* SwiftUI */
Color(red: 0.298, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#4cbadf")Accessibility — WCAG contrast
Aa
#4cbadf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbadf on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green72.9%
Blue87.5%
CMYK percentages
Cyan65.9%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4cbadf text on a black background
contrast 9.40:1
Card sample
#4cbadf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbadf;
Background color
Panel with #4cbadf background
background-color: #4cbadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbadf; background: linear-gradient(135deg, #4cbadf, #4C58DF);