#4abfdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 191, 219
HSL
192°, 67%, 58%
CMYK
66, 13, 0, 14
Luminance
0.4383
Every format
| HEX | #4abfdb |
| RGB | rgb(74, 191, 219) |
| HSL | hsl(192, 67%, 58%) |
| CMYK | cmyk(66%, 13%, 0%, 14%) |
| LAB | lab(72.1 -24.1 -23.6) |
| LCH | lch(72.1 33.7 224.5) |
| OKLCH | oklch(0.750 0.110 216.6) |
Copy-ready code
/* CSS */
color: #4abfdb;
background-color: #4abfdb;
/* Tailwind (arbitrary) */
class="text-[#4abfdb] bg-[#4abfdb]"
/* SCSS */
$brand: #4abfdb;
/* SwiftUI */
Color(red: 0.290, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#4abfdb")Accessibility — WCAG contrast
Aa
#4abfdb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abfdb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green74.9%
Blue85.9%
CMYK percentages
Cyan66.2%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#4abfdb text on a black background
contrast 9.77:1
Card sample
#4abfdb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abfdb;
Background color
Panel with #4abfdb background
background-color: #4abfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abfdb; background: linear-gradient(135deg, #4abfdb, #4A5FDB);