#9df9fe
a light, electric cyan · cool · closest name: skyblue
RGB
157, 249, 254
HSL
183°, 98%, 81%
CMYK
38, 2, 0, 0
Luminance
0.8208
Every format
| HEX | #9df9fe |
| RGB | rgb(157, 249, 254) |
| HSL | hsl(183, 98%, 81%) |
| CMYK | cmyk(38%, 2%, 0%, 0%) |
| LAB | lab(92.6 -26.1 -11.1) |
| LCH | lch(92.6 28.4 202.9) |
| OKLCH | oklch(0.926 0.088 200.2) |
Copy-ready code
/* CSS */
color: #9df9fe;
background-color: #9df9fe;
/* Tailwind (arbitrary) */
class="text-[#9df9fe] bg-[#9df9fe]"
/* SCSS */
$brand: #9df9fe;
/* SwiftUI */
Color(red: 0.616, green: 0.976, blue: 0.996)
/* Android */
Color.parseColor("#9df9fe")Accessibility — WCAG contrast
Aa
#9df9fe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df9fe on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green97.6%
Blue99.6%
CMYK percentages
Cyan38.2%
Magenta2.0%
Yellow0.0%
Key (black)0.4%
Color previews
#9df9fe text on a black background
contrast 17.42:1
Card sample
#9df9fe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df9fe;
Background color
Panel with #9df9fe background
background-color: #9df9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 249, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 249, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df9fe; background: linear-gradient(135deg, #9df9fe, #9DB8FE);