#9bfade
a light, electric cyan · cool · closest name: aquamarine
RGB
155, 250, 222
HSL
162°, 91%, 79%
CMYK
38, 0, 11, 2
Luminance
0.8061
Every format
| HEX | #9bfade |
| RGB | rgb(155, 250, 222) |
| HSL | hsl(162, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 11%, 2%) |
| LAB | lab(92.0 -34.3 4.6) |
| LCH | lch(92.0 34.6 172.4) |
| OKLCH | oklch(0.918 0.099 173.3) |
Copy-ready code
/* CSS */
color: #9bfade;
background-color: #9bfade;
/* Tailwind (arbitrary) */
class="text-[#9bfade] bg-[#9bfade]"
/* SCSS */
$brand: #9bfade;
/* SwiftUI */
Color(red: 0.608, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#9bfade")Accessibility — WCAG contrast
Aa
#9bfade on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfade on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.0%
Blue87.1%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#9bfade text on a black background
contrast 17.12:1
Card sample
#9bfade text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfade;
Background color
Panel with #9bfade background
background-color: #9bfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfade; background: linear-gradient(135deg, #9bfade, #9BD7FA);