#9dbfd7
a light, soft blue · cool · closest name: skyblue
RGB
157, 191, 215
HSL
205°, 42%, 73%
CMYK
27, 11, 0, 16
Luminance
0.4934
Every format
| HEX | #9dbfd7 |
| RGB | rgb(157, 191, 215) |
| HSL | hsl(205, 42%, 73%) |
| CMYK | cmyk(27%, 11%, 0%, 16%) |
| LAB | lab(75.7 -6.0 -15.8) |
| LCH | lch(75.7 16.9 249.3) |
| OKLCH | oklch(0.788 0.050 239.0) |
Copy-ready code
/* CSS */
color: #9dbfd7;
background-color: #9dbfd7;
/* Tailwind (arbitrary) */
class="text-[#9dbfd7] bg-[#9dbfd7]"
/* SCSS */
$brand: #9dbfd7;
/* SwiftUI */
Color(red: 0.616, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#9dbfd7")Accessibility — WCAG contrast
Aa
#9dbfd7 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbfd7 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green74.9%
Blue84.3%
CMYK percentages
Cyan27.0%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#9dbfd7 text on a black background
contrast 10.87:1
Card sample
#9dbfd7 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbfd7;
Background color
Panel with #9dbfd7 background
background-color: #9dbfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbfd7; background: linear-gradient(135deg, #9dbfd7, #A29DD7);