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