#4abfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 191, 223
HSL
193°, 70%, 58%
CMYK
67, 14, 0, 13
Luminance
0.4405
Every format
| HEX | #4abfdf |
| RGB | rgb(74, 191, 223) |
| HSL | hsl(193, 70%, 58%) |
| CMYK | cmyk(67%, 14%, 0%, 13%) |
| LAB | lab(72.3 -22.8 -25.6) |
| LCH | lch(72.3 34.3 228.3) |
| OKLCH | oklch(0.752 0.113 219.4) |
Copy-ready code
/* CSS */
color: #4abfdf;
background-color: #4abfdf;
/* Tailwind (arbitrary) */
class="text-[#4abfdf] bg-[#4abfdf]"
/* SCSS */
$brand: #4abfdf;
/* SwiftUI */
Color(red: 0.290, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#4abfdf")Accessibility — WCAG contrast
Aa
#4abfdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abfdf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4abfdf text on a black background
contrast 9.81:1
Card sample
#4abfdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abfdf;
Background color
Panel with #4abfdf background
background-color: #4abfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abfdf; background: linear-gradient(135deg, #4abfdf, #4A5BDF);