#4abacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 186, 207
HSL
190°, 58%, 55%
CMYK
64, 10, 0, 19
Luminance
0.4108
Every format
| HEX | #4abacf |
| RGB | rgb(74, 186, 207) |
| HSL | hsl(190, 58%, 55%) |
| CMYK | cmyk(64%, 10%, 0%, 19%) |
| LAB | lab(70.2 -25.1 -20.0) |
| LCH | lch(70.2 32.1 218.5) |
| OKLCH | oklch(0.734 0.104 212.2) |
Copy-ready code
/* CSS */
color: #4abacf;
background-color: #4abacf;
/* Tailwind (arbitrary) */
class="text-[#4abacf] bg-[#4abacf]"
/* SCSS */
$brand: #4abacf;
/* SwiftUI */
Color(red: 0.290, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#4abacf")Accessibility — WCAG contrast
Aa
#4abacf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abacf on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan64.3%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#4abacf text on a black background
contrast 9.22:1
Card sample
#4abacf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abacf;
Background color
Panel with #4abacf background
background-color: #4abacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abacf; background: linear-gradient(135deg, #4abacf, #4A61CF);