#9afbfe
a light, electric cyan · cool · closest name: cyan
RGB
154, 251, 254
HSL
182°, 98%, 80%
CMYK
39, 1, 0, 0
Luminance
0.8302
Every format
| HEX | #9afbfe |
| RGB | rgb(154, 251, 254) |
| HSL | hsl(182, 98%, 80%) |
| CMYK | cmyk(39%, 1%, 0%, 0%) |
| LAB | lab(93.0 -27.8 -10.4) |
| LCH | lch(93.0 29.7 200.6) |
| OKLCH | oklch(0.929 0.092 198.2) |
Copy-ready code
/* CSS */
color: #9afbfe;
background-color: #9afbfe;
/* Tailwind (arbitrary) */
class="text-[#9afbfe] bg-[#9afbfe]"
/* SCSS */
$brand: #9afbfe;
/* SwiftUI */
Color(red: 0.604, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#9afbfe")Accessibility — WCAG contrast
Aa
#9afbfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afbfe on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.4%
Blue99.6%
CMYK percentages
Cyan39.4%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#9afbfe text on a black background
contrast 17.60:1
Card sample
#9afbfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afbfe;
Background color
Panel with #9afbfe background
background-color: #9afbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afbfe; background: linear-gradient(135deg, #9afbfe, #9AB8FE);