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