#4cb2da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 178, 218
HSL
197°, 66%, 58%
CMYK
65, 18, 0, 15
Luminance
0.3844
Every format
| HEX | #4cb2da |
| RGB | rgb(76, 178, 218) |
| HSL | hsl(197, 66%, 58%) |
| CMYK | cmyk(65%, 18%, 0%, 15%) |
| LAB | lab(68.3 -17.3 -28.9) |
| LCH | lch(68.3 33.7 239.0) |
| OKLCH | oklch(0.720 0.110 227.3) |
Copy-ready code
/* CSS */
color: #4cb2da;
background-color: #4cb2da;
/* Tailwind (arbitrary) */
class="text-[#4cb2da] bg-[#4cb2da]"
/* SCSS */
$brand: #4cb2da;
/* SwiftUI */
Color(red: 0.298, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#4cb2da")Accessibility — WCAG contrast
Aa
#4cb2da on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cb2da on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green69.8%
Blue85.5%
CMYK percentages
Cyan65.1%
Magenta18.3%
Yellow0.0%
Key (black)14.5%
Color previews
#4cb2da text on a black background
contrast 8.69:1
Card sample
#4cb2da text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cb2da;
Background color
Panel with #4cb2da background
background-color: #4cb2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cb2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cb2da; background: linear-gradient(135deg, #4cb2da, #4C53DA);