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