#adaecf
a light, soft blue · warm · closest name: silver
RGB
173, 174, 207
HSL
238°, 26%, 75%
CMYK
16, 16, 0, 19
Luminance
0.4366
Every format
| HEX | #adaecf |
| RGB | rgb(173, 174, 207) |
| HSL | hsl(238, 26%, 75%) |
| CMYK | cmyk(16%, 16%, 0%, 19%) |
| LAB | lab(72.0 6.4 -16.8) |
| LCH | lch(72.0 18.0 290.8) |
| OKLCH | oklch(0.761 0.047 283.9) |
Copy-ready code
/* CSS */
color: #adaecf;
background-color: #adaecf;
/* Tailwind (arbitrary) */
class="text-[#adaecf] bg-[#adaecf]"
/* SCSS */
$brand: #adaecf;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#adaecf")Accessibility — WCAG contrast
Aa
#adaecf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaecf on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#adaecf text on a black background
contrast 9.73:1
Card sample
#adaecf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaecf;
Background color
Panel with #adaecf background
background-color: #adaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaecf; background: linear-gradient(135deg, #adaecf, #C3ADCF);