#9dbfd4
a light, soft blue · cool · closest name: skyblue
RGB
157, 191, 212
HSL
203°, 39%, 72%
CMYK
26, 10, 0, 17
Luminance
0.4918
Every format
| HEX | #9dbfd4 |
| RGB | rgb(157, 191, 212) |
| HSL | hsl(203, 39%, 72%) |
| CMYK | cmyk(26%, 10%, 0%, 17%) |
| LAB | lab(75.6 -6.7 -14.3) |
| LCH | lch(75.6 15.8 244.9) |
| OKLCH | oklch(0.787 0.047 235.3) |
Copy-ready code
/* CSS */
color: #9dbfd4;
background-color: #9dbfd4;
/* Tailwind (arbitrary) */
class="text-[#9dbfd4] bg-[#9dbfd4]"
/* SCSS */
$brand: #9dbfd4;
/* SwiftUI */
Color(red: 0.616, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#9dbfd4")Accessibility — WCAG contrast
Aa
#9dbfd4 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbfd4 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green74.9%
Blue83.1%
CMYK percentages
Cyan25.9%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#9dbfd4 text on a black background
contrast 10.84:1
Card sample
#9dbfd4 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbfd4;
Background color
Panel with #9dbfd4 background
background-color: #9dbfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbfd4; background: linear-gradient(135deg, #9dbfd4, #A09DD4);