#9dafca
a light, soft blue · cool · closest name: silver
RGB
157, 175, 202
HSL
216°, 30%, 70%
CMYK
22, 13, 0, 21
Luminance
0.4209
Every format
| HEX | #9dafca |
| RGB | rgb(157, 175, 202) |
| HSL | hsl(216, 30%, 70%) |
| CMYK | cmyk(22%, 13%, 0%, 21%) |
| LAB | lab(70.9 -0.4 -15.8) |
| LCH | lch(70.9 15.8 268.7) |
| OKLCH | oklch(0.749 0.044 258.4) |
Copy-ready code
/* CSS */
color: #9dafca;
background-color: #9dafca;
/* Tailwind (arbitrary) */
class="text-[#9dafca] bg-[#9dafca]"
/* SCSS */
$brand: #9dafca;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.792)
/* Android */
Color.parseColor("#9dafca")Accessibility — WCAG contrast
Aa
#9dafca on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafca on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue79.2%
CMYK percentages
Cyan22.3%
Magenta13.4%
Yellow0.0%
Key (black)20.8%
Color previews
#9dafca text on a black background
contrast 9.42:1
Card sample
#9dafca text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafca;
Background color
Panel with #9dafca background
background-color: #9dafca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafca; background: linear-gradient(135deg, #9dafca, #A99DCA);