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