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