#9bfbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
155, 251, 223
HSL
163°, 92%, 80%
CMYK
38, 0, 11, 2
Luminance
0.8129
Every format
| HEX | #9bfbdf |
| RGB | rgb(155, 251, 223) |
| HSL | hsl(163, 92%, 80%) |
| CMYK | cmyk(38%, 0%, 11%, 2%) |
| LAB | lab(92.3 -34.6 4.5) |
| LCH | lch(92.3 34.9 172.6) |
| OKLCH | oklch(0.921 0.100 173.4) |
Copy-ready code
/* CSS */
color: #9bfbdf;
background-color: #9bfbdf;
/* Tailwind (arbitrary) */
class="text-[#9bfbdf] bg-[#9bfbdf]"
/* SCSS */
$brand: #9bfbdf;
/* SwiftUI */
Color(red: 0.608, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#9bfbdf")Accessibility — WCAG contrast
Aa
#9bfbdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfbdf on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.4%
Blue87.5%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#9bfbdf text on a black background
contrast 17.26:1
Card sample
#9bfbdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfbdf;
Background color
Panel with #9bfbdf background
background-color: #9bfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfbdf; background: linear-gradient(135deg, #9bfbdf, #9BD7FB);