#afbed4
a light, soft blue · cool · closest name: silver
RGB
175, 190, 212
HSL
216°, 30%, 76%
CMYK
18, 10, 0, 17
Luminance
0.5069
Every format
| HEX | #afbed4 |
| RGB | rgb(175, 190, 212) |
| HSL | hsl(216, 30%, 76%) |
| CMYK | cmyk(18%, 10%, 0%, 17%) |
| LAB | lab(76.5 -0.6 -12.8) |
| LCH | lch(76.5 12.8 267.4) |
| OKLCH | oklch(0.797 0.035 257.9) |
Copy-ready code
/* CSS */
color: #afbed4;
background-color: #afbed4;
/* Tailwind (arbitrary) */
class="text-[#afbed4] bg-[#afbed4]"
/* SCSS */
$brand: #afbed4;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.831)
/* Android */
Color.parseColor("#afbed4")Accessibility — WCAG contrast
Aa
#afbed4 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbed4 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta10.4%
Yellow0.0%
Key (black)16.9%
Color previews
#afbed4 text on a black background
contrast 11.14:1
Card sample
#afbed4 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbed4;
Background color
Panel with #afbed4 background
background-color: #afbed4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbed4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbed4; background: linear-gradient(135deg, #afbed4, #B9AFD4);