#9ffbfd
a light, electric cyan · cool · closest name: turquoise
RGB
159, 251, 253
HSL
181°, 96%, 81%
CMYK
37, 1, 0, 1
Luminance
0.8346
Every format
| HEX | #9ffbfd |
| RGB | rgb(159, 251, 253) |
| HSL | hsl(181, 96%, 81%) |
| CMYK | cmyk(37%, 1%, 0%, 1%) |
| LAB | lab(93.2 -26.8 -9.6) |
| LCH | lch(93.2 28.5 199.7) |
| OKLCH | oklch(0.931 0.088 197.5) |
Copy-ready code
/* CSS */
color: #9ffbfd;
background-color: #9ffbfd;
/* Tailwind (arbitrary) */
class="text-[#9ffbfd] bg-[#9ffbfd]"
/* SCSS */
$brand: #9ffbfd;
/* SwiftUI */
Color(red: 0.624, green: 0.984, blue: 0.992)
/* Android */
Color.parseColor("#9ffbfd")Accessibility — WCAG contrast
Aa
#9ffbfd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffbfd on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green98.4%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta0.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9ffbfd text on a black background
contrast 17.69:1
Card sample
#9ffbfd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffbfd;
Background color
Panel with #9ffbfd background
background-color: #9ffbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 251, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 251, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffbfd; background: linear-gradient(135deg, #9ffbfd, #9FBCFD);