#9dafc3
a light, soft blue · cool · closest name: silver
RGB
157, 175, 195
HSL
212°, 24%, 69%
CMYK
20, 10, 0, 24
Luminance
0.4177
Every format
| HEX | #9dafc3 |
| RGB | rgb(157, 175, 195) |
| HSL | hsl(212, 24%, 69%) |
| CMYK | cmyk(20%, 10%, 0%, 24%) |
| LAB | lab(70.7 -1.9 -12.3) |
| LCH | lch(70.7 12.4 261.0) |
| OKLCH | oklch(0.747 0.035 251.1) |
Copy-ready code
/* CSS */
color: #9dafc3;
background-color: #9dafc3;
/* Tailwind (arbitrary) */
class="text-[#9dafc3] bg-[#9dafc3]"
/* SCSS */
$brand: #9dafc3;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#9dafc3")Accessibility — WCAG contrast
Aa
#9dafc3 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafc3 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue76.5%
CMYK percentages
Cyan19.5%
Magenta10.3%
Yellow0.0%
Key (black)23.5%
Color previews
#9dafc3 text on a black background
contrast 9.35:1
Card sample
#9dafc3 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafc3;
Background color
Panel with #9dafc3 background
background-color: #9dafc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafc3; background: linear-gradient(135deg, #9dafc3, #A49DC3);