#9bfafd
a light, electric cyan · cool · closest name: cyan
RGB
155, 250, 253
HSL
182°, 96%, 80%
CMYK
39, 1, 0, 1
Luminance
0.8243
Every format
| HEX | #9bfafd |
| RGB | rgb(155, 250, 253) |
| HSL | hsl(182, 96%, 80%) |
| CMYK | cmyk(39%, 1%, 0%, 1%) |
| LAB | lab(92.8 -27.3 -10.3) |
| LCH | lch(92.8 29.2 200.7) |
| OKLCH | oklch(0.927 0.090 198.3) |
Copy-ready code
/* CSS */
color: #9bfafd;
background-color: #9bfafd;
/* Tailwind (arbitrary) */
class="text-[#9bfafd] bg-[#9bfafd]"
/* SCSS */
$brand: #9bfafd;
/* SwiftUI */
Color(red: 0.608, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#9bfafd")Accessibility — WCAG contrast
Aa
#9bfafd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfafd on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.0%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#9bfafd text on a black background
contrast 17.49:1
Card sample
#9bfafd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfafd;
Background color
Panel with #9bfafd background
background-color: #9bfafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfafd; background: linear-gradient(135deg, #9bfafd, #9BB9FD);