#4bafc2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 175, 194
HSL
190°, 49%, 53%
CMYK
61, 10, 0, 24
Luminance
0.3605
Every format
| HEX | #4bafc2 |
| RGB | rgb(75, 175, 194) |
| HSL | hsl(190, 49%, 53%) |
| CMYK | cmyk(61%, 10%, 0%, 24%) |
| LAB | lab(66.6 -23.3 -18.4) |
| LCH | lch(66.6 29.7 218.3) |
| OKLCH | oklch(0.703 0.096 212.1) |
Copy-ready code
/* CSS */
color: #4bafc2;
background-color: #4bafc2;
/* Tailwind (arbitrary) */
class="text-[#4bafc2] bg-[#4bafc2]"
/* SCSS */
$brand: #4bafc2;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.761)
/* Android */
Color.parseColor("#4bafc2")Accessibility — WCAG contrast
Aa
#4bafc2 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bafc2 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue76.1%
CMYK percentages
Cyan61.3%
Magenta9.8%
Yellow0.0%
Key (black)23.9%
Color previews
#4bafc2 text on a black background
contrast 8.21:1
Card sample
#4bafc2 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bafc2;
Background color
Panel with #4bafc2 background
background-color: #4bafc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bafc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bafc2; background: linear-gradient(135deg, #4bafc2, #4B5FC2);