#afbada
a light, soft blue · cool · closest name: silver
RGB
175, 186, 218
HSL
225°, 37%, 77%
CMYK
20, 15, 0, 15
Luminance
0.4929
Every format
| HEX | #afbada |
| RGB | rgb(175, 186, 218) |
| HSL | hsl(225, 37%, 77%) |
| CMYK | cmyk(20%, 15%, 0%, 15%) |
| LAB | lab(75.6 2.9 -17.3) |
| LCH | lch(75.6 17.5 279.5) |
| OKLCH | oklch(0.791 0.047 270.3) |
Copy-ready code
/* CSS */
color: #afbada;
background-color: #afbada;
/* Tailwind (arbitrary) */
class="text-[#afbada] bg-[#afbada]"
/* SCSS */
$brand: #afbada;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.855)
/* Android */
Color.parseColor("#afbada")Accessibility — WCAG contrast
Aa
#afbada on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbada on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta14.7%
Yellow0.0%
Key (black)14.5%
Color previews
#afbada text on a black background
contrast 10.86:1
Card sample
#afbada text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbada;
Background color
Panel with #afbada background
background-color: #afbada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbada; background: linear-gradient(135deg, #afbada, #C1AFDA);