#adafc2
a light, muted blue · warm · closest name: silver
RGB
173, 175, 194
HSL
234°, 15%, 72%
CMYK
11, 10, 0, 24
Luminance
0.4344
Every format
| HEX | #adafc2 |
| RGB | rgb(173, 175, 194) |
| HSL | hsl(234, 15%, 72%) |
| CMYK | cmyk(11%, 10%, 0%, 24%) |
| LAB | lab(71.8 3.1 -9.9) |
| LCH | lch(71.8 10.4 287.2) |
| OKLCH | oklch(0.758 0.027 281.0) |
Copy-ready code
/* CSS */
color: #adafc2;
background-color: #adafc2;
/* Tailwind (arbitrary) */
class="text-[#adafc2] bg-[#adafc2]"
/* SCSS */
$brand: #adafc2;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.761)
/* Android */
Color.parseColor("#adafc2")Accessibility — WCAG contrast
Aa
#adafc2 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafc2 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue76.1%
CMYK percentages
Cyan10.8%
Magenta9.8%
Yellow0.0%
Key (black)23.9%
Color previews
#adafc2 text on a black background
contrast 9.69:1
Card sample
#adafc2 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafc2;
Background color
Panel with #adafc2 background
background-color: #adafc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafc2; background: linear-gradient(135deg, #adafc2, #B9ADC2);