#9dafbe
a light, soft blue · cool · closest name: silver
RGB
157, 175, 190
HSL
207°, 20%, 68%
CMYK
17, 8, 0, 26
Luminance
0.4155
Every format
| HEX | #9dafbe |
| RGB | rgb(157, 175, 190) |
| HSL | hsl(207, 20%, 68%) |
| CMYK | cmyk(17%, 8%, 0%, 26%) |
| LAB | lab(70.6 -3.0 -9.8) |
| LCH | lch(70.6 10.2 252.6) |
| OKLCH | oklch(0.745 0.030 243.2) |
Copy-ready code
/* CSS */
color: #9dafbe;
background-color: #9dafbe;
/* Tailwind (arbitrary) */
class="text-[#9dafbe] bg-[#9dafbe]"
/* SCSS */
$brand: #9dafbe;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.745)
/* Android */
Color.parseColor("#9dafbe")Accessibility — WCAG contrast
Aa
#9dafbe on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafbe on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue74.5%
CMYK percentages
Cyan17.4%
Magenta7.9%
Yellow0.0%
Key (black)25.5%
Color previews
#9dafbe text on a black background
contrast 9.31:1
Card sample
#9dafbe text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafbe;
Background color
Panel with #9dafbe background
background-color: #9dafbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafbe; background: linear-gradient(135deg, #9dafbe, #A19DBE);