#9df1fe
a light, electric cyan · cool · closest name: skyblue
RGB
157, 241, 254
HSL
188°, 98%, 81%
CMYK
38, 5, 0, 0
Luminance
0.7723
Every format
| HEX | #9df1fe |
| RGB | rgb(157, 241, 254) |
| HSL | hsl(188, 98%, 81%) |
| CMYK | cmyk(38%, 5%, 0%, 0%) |
| LAB | lab(90.4 -22.2 -14.3) |
| LCH | lch(90.4 26.4 212.8) |
| OKLCH | oklch(0.909 0.083 208.2) |
Copy-ready code
/* CSS */
color: #9df1fe;
background-color: #9df1fe;
/* Tailwind (arbitrary) */
class="text-[#9df1fe] bg-[#9df1fe]"
/* SCSS */
$brand: #9df1fe;
/* SwiftUI */
Color(red: 0.616, green: 0.945, blue: 0.996)
/* Android */
Color.parseColor("#9df1fe")Accessibility — WCAG contrast
Aa
#9df1fe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df1fe on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green94.5%
Blue99.6%
CMYK percentages
Cyan38.2%
Magenta5.1%
Yellow0.0%
Key (black)0.4%
Color previews
#9df1fe text on a black background
contrast 16.45:1
Card sample
#9df1fe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df1fe;
Background color
Panel with #9df1fe background
background-color: #9df1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 241, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 241, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df1fe; background: linear-gradient(135deg, #9df1fe, #9DB0FE);