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