#9bdfd0
a light, vivid cyan · cool · closest name: turquoise
RGB
155, 223, 208
HSL
167°, 52%, 74%
CMYK
31, 0, 7, 13
Luminance
0.6430
Every format
| HEX | #9bdfd0 |
| RGB | rgb(155, 223, 208) |
| HSL | hsl(167, 52%, 74%) |
| CMYK | cmyk(31%, 0%, 7%, 13%) |
| LAB | lab(84.1 -24.5 0.5) |
| LCH | lch(84.1 24.5 178.8) |
| OKLCH | oklch(0.854 0.072 179.2) |
Copy-ready code
/* CSS */
color: #9bdfd0;
background-color: #9bdfd0;
/* Tailwind (arbitrary) */
class="text-[#9bdfd0] bg-[#9bdfd0]"
/* SCSS */
$brand: #9bdfd0;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#9bdfd0")Accessibility — WCAG contrast
Aa
#9bdfd0 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdfd0 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue81.6%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow6.7%
Key (black)12.5%
Color previews
#9bdfd0 text on a black background
contrast 13.86:1
Card sample
#9bdfd0 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdfd0;
Background color
Panel with #9bdfd0 background
background-color: #9bdfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdfd0; background: linear-gradient(135deg, #9bdfd0, #9BC1DF);