#9abfdf
a light, vivid blue · cool · closest name: skyblue
RGB
154, 191, 223
HSL
208°, 52%, 74%
CMYK
31, 14, 0, 13
Luminance
0.4946
Every format
| HEX | #9abfdf |
| RGB | rgb(154, 191, 223) |
| HSL | hsl(208, 52%, 74%) |
| CMYK | cmyk(31%, 14%, 0%, 13%) |
| LAB | lab(75.7 -4.9 -20.0) |
| LCH | lch(75.7 20.6 256.1) |
| OKLCH | oklch(0.789 0.061 244.8) |
Copy-ready code
/* CSS */
color: #9abfdf;
background-color: #9abfdf;
/* Tailwind (arbitrary) */
class="text-[#9abfdf] bg-[#9abfdf]"
/* SCSS */
$brand: #9abfdf;
/* SwiftUI */
Color(red: 0.604, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#9abfdf")Accessibility — WCAG contrast
Aa
#9abfdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abfdf on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9abfdf text on a black background
contrast 10.89:1
Card sample
#9abfdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abfdf;
Background color
Panel with #9abfdf background
background-color: #9abfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abfdf; background: linear-gradient(135deg, #9abfdf, #A39ADF);