#9bfefd
a light, electric cyan · cool · closest name: cyan
RGB
155, 254, 253
HSL
179°, 98%, 80%
CMYK
39, 0, 0, 0
Luminance
0.8494
Every format
| HEX | #9bfefd |
| RGB | rgb(155, 254, 253) |
| HSL | hsl(179, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 0%, 0%) |
| LAB | lab(93.9 -29.2 -8.7) |
| LCH | lch(93.9 30.5 196.5) |
| OKLCH | oklch(0.936 0.093 194.8) |
Copy-ready code
/* CSS */
color: #9bfefd;
background-color: #9bfefd;
/* Tailwind (arbitrary) */
class="text-[#9bfefd] bg-[#9bfefd]"
/* SCSS */
$brand: #9bfefd;
/* SwiftUI */
Color(red: 0.608, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#9bfefd")Accessibility — WCAG contrast
Aa
#9bfefd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfefd on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green99.6%
Blue99.2%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#9bfefd text on a black background
contrast 17.99:1
Card sample
#9bfefd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfefd;
Background color
Panel with #9bfefd background
background-color: #9bfefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfefd; background: linear-gradient(135deg, #9bfefd, #9BBDFE);