#9afaff
a light, electric cyan · cool · closest name: skyblue
RGB
154, 250, 255
HSL
183°, 100%, 80%
CMYK
40, 2, 0, 0
Luminance
0.8246
Every format
| HEX | #9afaff |
| RGB | rgb(154, 250, 255) |
| HSL | hsl(183, 100%, 80%) |
| CMYK | cmyk(40%, 2%, 0%, 0%) |
| LAB | lab(92.8 -27.1 -11.3) |
| LCH | lch(92.8 29.4 202.7) |
| OKLCH | oklch(0.927 0.091 200.0) |
Copy-ready code
/* CSS */
color: #9afaff;
background-color: #9afaff;
/* Tailwind (arbitrary) */
class="text-[#9afaff] bg-[#9afaff]"
/* SCSS */
$brand: #9afaff;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#9afaff")Accessibility — WCAG contrast
Aa
#9afaff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afaff on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue100.0%
CMYK percentages
Cyan39.6%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#9afaff text on a black background
contrast 17.49:1
Card sample
#9afaff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afaff;
Background color
Panel with #9afaff background
background-color: #9afaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afaff; background: linear-gradient(135deg, #9afaff, #9AB7FF);