#adafce
a light, soft blue · warm · closest name: silver
RGB
173, 175, 206
HSL
236°, 25%, 74%
CMYK
16, 15, 0, 19
Luminance
0.4400
Every format
| HEX | #adafce |
| RGB | rgb(173, 175, 206) |
| HSL | hsl(236, 25%, 74%) |
| CMYK | cmyk(16%, 15%, 0%, 19%) |
| LAB | lab(72.2 5.6 -15.9) |
| LCH | lch(72.2 16.9 289.5) |
| OKLCH | oklch(0.763 0.044 282.4) |
Copy-ready code
/* CSS */
color: #adafce;
background-color: #adafce;
/* Tailwind (arbitrary) */
class="text-[#adafce] bg-[#adafce]"
/* SCSS */
$brand: #adafce;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.808)
/* Android */
Color.parseColor("#adafce")Accessibility — WCAG contrast
Aa
#adafce on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafce on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta15.0%
Yellow0.0%
Key (black)19.2%
Color previews
#adafce text on a black background
contrast 9.80:1
Card sample
#adafce text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafce;
Background color
Panel with #adafce background
background-color: #adafce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafce; background: linear-gradient(135deg, #adafce, #C1ADCE);