#afbdda
a light, soft blue · cool · closest name: silver
RGB
175, 189, 218
HSL
221°, 37%, 77%
CMYK
20, 13, 0, 15
Luminance
0.5057
Every format
| HEX | #afbdda |
| RGB | rgb(175, 189, 218) |
| HSL | hsl(221, 37%, 77%) |
| CMYK | cmyk(20%, 13%, 0%, 15%) |
| LAB | lab(76.4 1.3 -16.1) |
| LCH | lch(76.4 16.2 274.5) |
| OKLCH | oklch(0.797 0.044 264.9) |
Copy-ready code
/* CSS */
color: #afbdda;
background-color: #afbdda;
/* Tailwind (arbitrary) */
class="text-[#afbdda] bg-[#afbdda]"
/* SCSS */
$brand: #afbdda;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.855)
/* Android */
Color.parseColor("#afbdda")Accessibility — WCAG contrast
Aa
#afbdda on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdda on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta13.3%
Yellow0.0%
Key (black)14.5%
Color previews
#afbdda text on a black background
contrast 11.11:1
Card sample
#afbdda text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdda;
Background color
Panel with #afbdda background
background-color: #afbdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdda; background: linear-gradient(135deg, #afbdda, #BEAFDA);