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