#9bdfe7
a light, vivid cyan · cool · closest name: skyblue
RGB
155, 223, 231
HSL
186°, 61%, 76%
CMYK
33, 4, 0, 9
Luminance
0.6551
Every format
| HEX | #9bdfe7 |
| RGB | rgb(155, 223, 231) |
| HSL | hsl(186, 61%, 76%) |
| CMYK | cmyk(33%, 4%, 0%, 9%) |
| LAB | lab(84.8 -19.3 -10.7) |
| LCH | lch(84.8 22.1 209.0) |
| OKLCH | oklch(0.861 0.069 205.2) |
Copy-ready code
/* CSS */
color: #9bdfe7;
background-color: #9bdfe7;
/* Tailwind (arbitrary) */
class="text-[#9bdfe7] bg-[#9bdfe7]"
/* SCSS */
$brand: #9bdfe7;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#9bdfe7")Accessibility — WCAG contrast
Aa
#9bdfe7 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdfe7 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue90.6%
CMYK percentages
Cyan32.9%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#9bdfe7 text on a black background
contrast 14.10:1
Card sample
#9bdfe7 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdfe7;
Background color
Panel with #9bdfe7 background
background-color: #9bdfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdfe7; background: linear-gradient(135deg, #9bdfe7, #9BACE7);