#9af9fd
a light, electric cyan · cool · closest name: skyblue
RGB
154, 249, 253
HSL
182°, 96%, 80%
CMYK
39, 2, 0, 1
Luminance
0.8171
Every format
| HEX | #9af9fd |
| RGB | rgb(154, 249, 253) |
| HSL | hsl(182, 96%, 80%) |
| CMYK | cmyk(39%, 2%, 0%, 1%) |
| LAB | lab(92.5 -27.1 -10.8) |
| LCH | lch(92.5 29.2 201.7) |
| OKLCH | oklch(0.925 0.090 199.2) |
Copy-ready code
/* CSS */
color: #9af9fd;
background-color: #9af9fd;
/* Tailwind (arbitrary) */
class="text-[#9af9fd] bg-[#9af9fd]"
/* SCSS */
$brand: #9af9fd;
/* SwiftUI */
Color(red: 0.604, green: 0.976, blue: 0.992)
/* Android */
Color.parseColor("#9af9fd")Accessibility — WCAG contrast
Aa
#9af9fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af9fd on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green97.6%
Blue99.2%
CMYK percentages
Cyan39.1%
Magenta1.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9af9fd text on a black background
contrast 17.34:1
Card sample
#9af9fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af9fd;
Background color
Panel with #9af9fd background
background-color: #9af9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 249, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 249, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af9fd; background: linear-gradient(135deg, #9af9fd, #9AB7FD);