#adafc7
a light, soft blue · warm · closest name: silver
RGB
173, 175, 199
HSL
235°, 19%, 73%
CMYK
13, 12, 0, 22
Luminance
0.4367
Every format
| HEX | #adafc7 |
| RGB | rgb(173, 175, 199) |
| HSL | hsl(235, 19%, 73%) |
| CMYK | cmyk(13%, 12%, 0%, 22%) |
| LAB | lab(72.0 4.1 -12.4) |
| LCH | lch(72.0 13.1 288.4) |
| OKLCH | oklch(0.760 0.034 281.8) |
Copy-ready code
/* CSS */
color: #adafc7;
background-color: #adafc7;
/* Tailwind (arbitrary) */
class="text-[#adafc7] bg-[#adafc7]"
/* SCSS */
$brand: #adafc7;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.780)
/* Android */
Color.parseColor("#adafc7")Accessibility — WCAG contrast
Aa
#adafc7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafc7 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue78.0%
CMYK percentages
Cyan13.1%
Magenta12.1%
Yellow0.0%
Key (black)22.0%
Color previews
#adafc7 text on a black background
contrast 9.73:1
Card sample
#adafc7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafc7;
Background color
Panel with #adafc7 background
background-color: #adafc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafc7; background: linear-gradient(135deg, #adafc7, #BCADC7);