#adafcb
a light, soft blue · warm · closest name: silver
RGB
173, 175, 203
HSL
236°, 22%, 74%
CMYK
15, 14, 0, 20
Luminance
0.4386
Every format
| HEX | #adafcb |
| RGB | rgb(173, 175, 203) |
| HSL | hsl(236, 22%, 74%) |
| CMYK | cmyk(15%, 14%, 0%, 20%) |
| LAB | lab(72.1 5.0 -14.4) |
| LCH | lch(72.1 15.2 289.0) |
| OKLCH | oklch(0.762 0.040 282.2) |
Copy-ready code
/* CSS */
color: #adafcb;
background-color: #adafcb;
/* Tailwind (arbitrary) */
class="text-[#adafcb] bg-[#adafcb]"
/* SCSS */
$brand: #adafcb;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.796)
/* Android */
Color.parseColor("#adafcb")Accessibility — WCAG contrast
Aa
#adafcb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adafcb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta13.8%
Yellow0.0%
Key (black)20.4%
Color previews
#adafcb text on a black background
contrast 9.77:1
Card sample
#adafcb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adafcb;
Background color
Panel with #adafcb background
background-color: #adafcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adafcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adafcb; background: linear-gradient(135deg, #adafcb, #BFADCB);