#5abfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 191, 223
HSL
194°, 68%, 61%
CMYK
60, 14, 0, 13
Luminance
0.4476
Every format
| HEX | #5abfdf |
| RGB | rgb(90, 191, 223) |
| HSL | hsl(194, 68%, 61%) |
| CMYK | cmyk(60%, 14%, 0%, 13%) |
| LAB | lab(72.7 -20.2 -24.8) |
| LCH | lch(72.7 32.0 230.9) |
| OKLCH | oklch(0.757 0.104 221.6) |
Copy-ready code
/* CSS */
color: #5abfdf;
background-color: #5abfdf;
/* Tailwind (arbitrary) */
class="text-[#5abfdf] bg-[#5abfdf]"
/* SCSS */
$brand: #5abfdf;
/* SwiftUI */
Color(red: 0.353, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#5abfdf")Accessibility — WCAG contrast
Aa
#5abfdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abfdf on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.9%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5abfdf text on a black background
contrast 9.95:1
Card sample
#5abfdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abfdf;
Background color
Panel with #5abfdf background
background-color: #5abfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abfdf; background: linear-gradient(135deg, #5abfdf, #5A67DF);