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