#9bdbc9
a light, vivid cyan · cool · closest name: turquoise
RGB
155, 219, 201
HSL
163°, 47%, 73%
CMYK
29, 0, 8, 14
Luminance
0.6185
Every format
| HEX | #9bdbc9 |
| RGB | rgb(155, 219, 201) |
| HSL | hsl(163, 47%, 73%) |
| CMYK | cmyk(29%, 0%, 8%, 14%) |
| LAB | lab(82.8 -24.0 2.4) |
| LCH | lch(82.8 24.1 174.4) |
| OKLCH | oklch(0.843 0.070 175.2) |
Copy-ready code
/* CSS */
color: #9bdbc9;
background-color: #9bdbc9;
/* Tailwind (arbitrary) */
class="text-[#9bdbc9] bg-[#9bdbc9]"
/* SCSS */
$brand: #9bdbc9;
/* SwiftUI */
Color(red: 0.608, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#9bdbc9")Accessibility — WCAG contrast
Aa
#9bdbc9 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdbc9 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.9%
Blue78.8%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#9bdbc9 text on a black background
contrast 13.37:1
Card sample
#9bdbc9 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdbc9;
Background color
Panel with #9bdbc9 background
background-color: #9bdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdbc9; background: linear-gradient(135deg, #9bdbc9, #9BC2DB);