#afbad4
a light, soft blue · cool · closest name: silver
RGB
175, 186, 212
HSL
222°, 30%, 76%
CMYK
18, 12, 0, 17
Luminance
0.4899
Every format
| HEX | #afbad4 |
| RGB | rgb(175, 186, 212) |
| HSL | hsl(222, 30%, 76%) |
| CMYK | cmyk(18%, 12%, 0%, 17%) |
| LAB | lab(75.4 1.6 -14.3) |
| LCH | lch(75.4 14.4 276.3) |
| OKLCH | oklch(0.789 0.039 267.3) |
Copy-ready code
/* CSS */
color: #afbad4;
background-color: #afbad4;
/* Tailwind (arbitrary) */
class="text-[#afbad4] bg-[#afbad4]"
/* SCSS */
$brand: #afbad4;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.831)
/* Android */
Color.parseColor("#afbad4")Accessibility — WCAG contrast
Aa
#afbad4 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbad4 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta12.3%
Yellow0.0%
Key (black)16.9%
Color previews
#afbad4 text on a black background
contrast 10.80:1
Card sample
#afbad4 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbad4;
Background color
Panel with #afbad4 background
background-color: #afbad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbad4; background: linear-gradient(135deg, #afbad4, #BDAFD4);