#9bdfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
155, 223, 235
HSL
189°, 67%, 77%
CMYK
34, 5, 0, 8
Luminance
0.6574
Every format
| HEX | #9bdfeb |
| RGB | rgb(155, 223, 235) |
| HSL | hsl(189, 67%, 77%) |
| CMYK | cmyk(34%, 5%, 0%, 8%) |
| LAB | lab(84.9 -18.4 -12.7) |
| LCH | lch(84.9 22.3 214.6) |
| OKLCH | oklch(0.863 0.070 209.7) |
Copy-ready code
/* CSS */
color: #9bdfeb;
background-color: #9bdfeb;
/* Tailwind (arbitrary) */
class="text-[#9bdfeb] bg-[#9bdfeb]"
/* SCSS */
$brand: #9bdfeb;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#9bdfeb")Accessibility — WCAG contrast
Aa
#9bdfeb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdfeb on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue92.2%
CMYK percentages
Cyan34.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9bdfeb text on a black background
contrast 14.15:1
Card sample
#9bdfeb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdfeb;
Background color
Panel with #9bdfeb background
background-color: #9bdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdfeb; background: linear-gradient(135deg, #9bdfeb, #9BAAEB);