#9dfbfe
a light, electric cyan · cool · closest name: cyan
RGB
157, 251, 254
HSL
182°, 98%, 81%
CMYK
38, 1, 0, 0
Luminance
0.8332
Every format
| HEX | #9dfbfe |
| RGB | rgb(157, 251, 254) |
| HSL | hsl(182, 98%, 81%) |
| CMYK | cmyk(38%, 1%, 0%, 0%) |
| LAB | lab(93.2 -27.1 -10.2) |
| LCH | lch(93.2 28.9 200.7) |
| OKLCH | oklch(0.931 0.089 198.3) |
Copy-ready code
/* CSS */
color: #9dfbfe;
background-color: #9dfbfe;
/* Tailwind (arbitrary) */
class="text-[#9dfbfe] bg-[#9dfbfe]"
/* SCSS */
$brand: #9dfbfe;
/* SwiftUI */
Color(red: 0.616, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#9dfbfe")Accessibility — WCAG contrast
Aa
#9dfbfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfbfe on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green98.4%
Blue99.6%
CMYK percentages
Cyan38.2%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#9dfbfe text on a black background
contrast 17.66:1
Card sample
#9dfbfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfbfe;
Background color
Panel with #9dfbfe background
background-color: #9dfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfbfe; background: linear-gradient(135deg, #9dfbfe, #9DBAFE);