#9fadcd
a light, soft blue · cool · closest name: skyblue
RGB
159, 173, 205
HSL
222°, 32%, 71%
CMYK
22, 16, 0, 20
Luminance
0.4167
Every format
| HEX | #9fadcd |
| RGB | rgb(159, 173, 205) |
| HSL | hsl(222, 32%, 71%) |
| CMYK | cmyk(22%, 16%, 0%, 20%) |
| LAB | lab(70.6 2.0 -17.9) |
| LCH | lch(70.6 18.0 276.5) |
| OKLCH | oklch(0.748 0.049 266.6) |
Copy-ready code
/* CSS */
color: #9fadcd;
background-color: #9fadcd;
/* Tailwind (arbitrary) */
class="text-[#9fadcd] bg-[#9fadcd]"
/* SCSS */
$brand: #9fadcd;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#9fadcd")Accessibility — WCAG contrast
Aa
#9fadcd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fadcd on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue80.4%
CMYK percentages
Cyan22.4%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#9fadcd text on a black background
contrast 9.33:1
Card sample
#9fadcd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fadcd;
Background color
Panel with #9fadcd background
background-color: #9fadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fadcd; background: linear-gradient(135deg, #9fadcd, #B09FCD);