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