#adaecc
a light, soft blue · warm · closest name: silver
RGB
173, 174, 204
HSL
238°, 23%, 74%
CMYK
15, 15, 0, 20
Luminance
0.4352
Every format
| HEX | #adaecc |
| RGB | rgb(173, 174, 204) |
| HSL | hsl(238, 23%, 74%) |
| CMYK | cmyk(15%, 15%, 0%, 20%) |
| LAB | lab(71.9 5.7 -15.3) |
| LCH | lch(71.9 16.4 290.5) |
| OKLCH | oklch(0.760 0.043 283.8) |
Copy-ready code
/* CSS */
color: #adaecc;
background-color: #adaecc;
/* Tailwind (arbitrary) */
class="text-[#adaecc] bg-[#adaecc]"
/* SCSS */
$brand: #adaecc;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.800)
/* Android */
Color.parseColor("#adaecc")Accessibility — WCAG contrast
Aa
#adaecc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaecc on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue80.0%
CMYK percentages
Cyan15.2%
Magenta14.7%
Yellow0.0%
Key (black)20.0%
Color previews
#adaecc text on a black background
contrast 9.70:1
Card sample
#adaecc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaecc;
Background color
Panel with #adaecc background
background-color: #adaecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaecc; background: linear-gradient(135deg, #adaecc, #C1ADCC);