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