#9af0fc
a light, electric cyan · cool · closest name: skyblue
RGB
154, 240, 252
HSL
187°, 94%, 80%
CMYK
39, 5, 0, 1
Luminance
0.7622
Every format
| HEX | #9af0fc |
| RGB | rgb(154, 240, 252) |
| HSL | hsl(187, 94%, 80%) |
| CMYK | cmyk(39%, 5%, 0%, 1%) |
| LAB | lab(90.0 -23.0 -14.0) |
| LCH | lch(90.0 26.9 211.3) |
| OKLCH | oklch(0.905 0.085 207.0) |
Copy-ready code
/* CSS */
color: #9af0fc;
background-color: #9af0fc;
/* Tailwind (arbitrary) */
class="text-[#9af0fc] bg-[#9af0fc]"
/* SCSS */
$brand: #9af0fc;
/* SwiftUI */
Color(red: 0.604, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#9af0fc")Accessibility — WCAG contrast
Aa
#9af0fc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af0fc on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.1%
Blue98.8%
CMYK percentages
Cyan38.9%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#9af0fc text on a black background
contrast 16.24:1
Card sample
#9af0fc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af0fc;
Background color
Panel with #9af0fc background
background-color: #9af0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af0fc; background: linear-gradient(135deg, #9af0fc, #9AAFFC);