#afb0d3
a light, soft blue · warm · closest name: silver
RGB
175, 176, 211
HSL
238°, 29%, 76%
CMYK
17, 17, 0, 17
Luminance
0.4487
Every format
| HEX | #afb0d3 |
| RGB | rgb(175, 176, 211) |
| HSL | hsl(238, 29%, 76%) |
| CMYK | cmyk(17%, 17%, 0%, 17%) |
| LAB | lab(72.8 6.8 -17.8) |
| LCH | lch(72.8 19.0 290.9) |
| OKLCH | oklch(0.768 0.050 283.9) |
Copy-ready code
/* CSS */
color: #afb0d3;
background-color: #afb0d3;
/* Tailwind (arbitrary) */
class="text-[#afb0d3] bg-[#afb0d3]"
/* SCSS */
$brand: #afb0d3;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.827)
/* Android */
Color.parseColor("#afb0d3")Accessibility — WCAG contrast
Aa
#afb0d3 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0d3 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta16.6%
Yellow0.0%
Key (black)17.3%
Color previews
#afb0d3 text on a black background
contrast 9.97:1
Card sample
#afb0d3 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0d3;
Background color
Panel with #afb0d3 background
background-color: #afb0d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0d3; background: linear-gradient(135deg, #afb0d3, #C6AFD3);