#9af3fe
a light, electric cyan · cool · closest name: skyblue
RGB
154, 243, 254
HSL
187°, 98%, 80%
CMYK
39, 4, 0, 0
Luminance
0.7813
Every format
| HEX | #9af3fe |
| RGB | rgb(154, 243, 254) |
| HSL | hsl(187, 98%, 80%) |
| CMYK | cmyk(39%, 4%, 0%, 0%) |
| LAB | lab(90.8 -23.9 -13.7) |
| LCH | lch(90.8 27.6 209.8) |
| OKLCH | oklch(0.912 0.087 205.7) |
Copy-ready code
/* CSS */
color: #9af3fe;
background-color: #9af3fe;
/* Tailwind (arbitrary) */
class="text-[#9af3fe] bg-[#9af3fe]"
/* SCSS */
$brand: #9af3fe;
/* SwiftUI */
Color(red: 0.604, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#9af3fe")Accessibility — WCAG contrast
Aa
#9af3fe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af3fe on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green95.3%
Blue99.6%
CMYK percentages
Cyan39.4%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#9af3fe text on a black background
contrast 16.63:1
Card sample
#9af3fe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af3fe;
Background color
Panel with #9af3fe background
background-color: #9af3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af3fe; background: linear-gradient(135deg, #9af3fe, #9AB0FE);