#9cbfd2
a light, soft blue · cool · closest name: skyblue
RGB
156, 191, 210
HSL
201°, 38%, 72%
CMYK
26, 9, 0, 18
Luminance
0.4898
Every format
| HEX | #9cbfd2 |
| RGB | rgb(156, 191, 210) |
| HSL | hsl(201, 38%, 72%) |
| CMYK | cmyk(26%, 9%, 0%, 18%) |
| LAB | lab(75.4 -7.4 -13.4) |
| LCH | lch(75.4 15.3 241.0) |
| OKLCH | oklch(0.785 0.046 231.8) |
Copy-ready code
/* CSS */
color: #9cbfd2;
background-color: #9cbfd2;
/* Tailwind (arbitrary) */
class="text-[#9cbfd2] bg-[#9cbfd2]"
/* SCSS */
$brand: #9cbfd2;
/* SwiftUI */
Color(red: 0.612, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#9cbfd2")Accessibility — WCAG contrast
Aa
#9cbfd2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbfd2 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green74.9%
Blue82.4%
CMYK percentages
Cyan25.7%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#9cbfd2 text on a black background
contrast 10.80:1
Card sample
#9cbfd2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbfd2;
Background color
Panel with #9cbfd2 background
background-color: #9cbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbfd2; background: linear-gradient(135deg, #9cbfd2, #9D9CD2);