#4bafd9
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 175, 217
HSL
198°, 65%, 57%
CMYK
65, 19, 0, 15
Luminance
0.3717
Every format
| HEX | #4bafd9 |
| RGB | rgb(75, 175, 217) |
| HSL | hsl(198, 65%, 57%) |
| CMYK | cmyk(65%, 19%, 0%, 15%) |
| LAB | lab(67.4 -16.2 -29.8) |
| LCH | lch(67.4 33.9 241.4) |
| OKLCH | oklch(0.712 0.111 229.0) |
Copy-ready code
/* CSS */
color: #4bafd9;
background-color: #4bafd9;
/* Tailwind (arbitrary) */
class="text-[#4bafd9] bg-[#4bafd9]"
/* SCSS */
$brand: #4bafd9;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#4bafd9")Accessibility — WCAG contrast
Aa
#4bafd9 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bafd9 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue85.1%
CMYK percentages
Cyan65.4%
Magenta19.4%
Yellow0.0%
Key (black)14.9%
Color previews
#4bafd9 text on a black background
contrast 8.43:1
Card sample
#4bafd9 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bafd9;
Background color
Panel with #4bafd9 background
background-color: #4bafd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bafd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bafd9; background: linear-gradient(135deg, #4bafd9, #4B51D9);