#4cb1df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 177, 223
HSL
199°, 70%, 59%
CMYK
66, 21, 0, 13
Luminance
0.3831
Every format
| HEX | #4cb1df |
| RGB | rgb(76, 177, 223) |
| HSL | hsl(199, 70%, 59%) |
| CMYK | cmyk(66%, 21%, 0%, 13%) |
| LAB | lab(68.2 -15.2 -31.8) |
| LCH | lch(68.2 35.2 244.4) |
| OKLCH | oklch(0.720 0.114 231.1) |
Copy-ready code
/* CSS */
color: #4cb1df;
background-color: #4cb1df;
/* Tailwind (arbitrary) */
class="text-[#4cb1df] bg-[#4cb1df]"
/* SCSS */
$brand: #4cb1df;
/* SwiftUI */
Color(red: 0.298, green: 0.694, blue: 0.875)
/* Android */
Color.parseColor("#4cb1df")Accessibility — WCAG contrast
Aa
#4cb1df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cb1df on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green69.4%
Blue87.5%
CMYK percentages
Cyan65.9%
Magenta20.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4cb1df text on a black background
contrast 8.66:1
Card sample
#4cb1df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cb1df;
Background color
Panel with #4cb1df background
background-color: #4cb1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cb1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 177, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 177, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cb1df; background: linear-gradient(135deg, #4cb1df, #4C4FDF);