#afbad2
a light, soft blue · cool · closest name: silver
RGB
175, 186, 210
HSL
221°, 28%, 76%
CMYK
17, 11, 0, 18
Luminance
0.4888
Every format
| HEX | #afbad2 |
| RGB | rgb(175, 186, 210) |
| HSL | hsl(221, 28%, 76%) |
| CMYK | cmyk(17%, 11%, 0%, 18%) |
| LAB | lab(75.4 1.1 -13.3) |
| LCH | lch(75.4 13.4 274.9) |
| OKLCH | oklch(0.788 0.036 265.9) |
Copy-ready code
/* CSS */
color: #afbad2;
background-color: #afbad2;
/* Tailwind (arbitrary) */
class="text-[#afbad2] bg-[#afbad2]"
/* SCSS */
$brand: #afbad2;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.824)
/* Android */
Color.parseColor("#afbad2")Accessibility — WCAG contrast
Aa
#afbad2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbad2 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta11.4%
Yellow0.0%
Key (black)17.6%
Color previews
#afbad2 text on a black background
contrast 10.78:1
Card sample
#afbad2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbad2;
Background color
Panel with #afbad2 background
background-color: #afbad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbad2; background: linear-gradient(135deg, #afbad2, #BBAFD2);