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