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