#9dfffe
a light, electric cyan · cool · closest name: cyan
RGB
157, 255, 254
HSL
179°, 100%, 81%
CMYK
38, 0, 0, 0
Luminance
0.8584
Every format
| HEX | #9dfffe |
| RGB | rgb(157, 255, 254) |
| HSL | hsl(179, 100%, 81%) |
| CMYK | cmyk(38%, 0%, 0%, 0%) |
| LAB | lab(94.2 -29.0 -8.6) |
| LCH | lch(94.2 30.2 196.5) |
| OKLCH | oklch(0.940 0.093 194.9) |
Copy-ready code
/* CSS */
color: #9dfffe;
background-color: #9dfffe;
/* Tailwind (arbitrary) */
class="text-[#9dfffe] bg-[#9dfffe]"
/* SCSS */
$brand: #9dfffe;
/* SwiftUI */
Color(red: 0.616, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#9dfffe")Accessibility — WCAG contrast
Aa
#9dfffe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfffe on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green100.0%
Blue99.6%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#9dfffe text on a black background
contrast 18.17:1
Card sample
#9dfffe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfffe;
Background color
Panel with #9dfffe background
background-color: #9dfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfffe; background: linear-gradient(135deg, #9dfffe, #9DBFFF);