#9ff5eb
a light, electric cyan · cool · closest name: turquoise
RGB
159, 245, 235
HSL
173°, 81%, 79%
CMYK
35, 0, 4, 4
Luminance
0.7867
Every format
| HEX | #9ff5eb |
| RGB | rgb(159, 245, 235) |
| HSL | hsl(173, 81%, 79%) |
| CMYK | cmyk(35%, 0%, 4%, 4%) |
| LAB | lab(91.1 -28.1 -3.4) |
| LCH | lch(91.1 28.3 186.9) |
| OKLCH | oklch(0.913 0.085 186.5) |
Copy-ready code
/* CSS */
color: #9ff5eb;
background-color: #9ff5eb;
/* Tailwind (arbitrary) */
class="text-[#9ff5eb] bg-[#9ff5eb]"
/* SCSS */
$brand: #9ff5eb;
/* SwiftUI */
Color(red: 0.624, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#9ff5eb")Accessibility — WCAG contrast
Aa
#9ff5eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ff5eb on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green96.1%
Blue92.2%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#9ff5eb text on a black background
contrast 16.73:1
Card sample
#9ff5eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ff5eb;
Background color
Panel with #9ff5eb background
background-color: #9ff5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ff5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ff5eb; background: linear-gradient(135deg, #9ff5eb, #9FC6F5);