#afbcdc
a light, soft blue · cool · closest name: lavender
RGB
175, 188, 220
HSL
223°, 39%, 78%
CMYK
21, 15, 0, 14
Luminance
0.5025
Every format
| HEX | #afbcdc |
| RGB | rgb(175, 188, 220) |
| HSL | hsl(223, 39%, 78%) |
| CMYK | cmyk(21%, 15%, 0%, 14%) |
| LAB | lab(76.2 2.3 -17.5) |
| LCH | lch(76.2 17.6 277.4) |
| OKLCH | oklch(0.796 0.048 267.8) |
Copy-ready code
/* CSS */
color: #afbcdc;
background-color: #afbcdc;
/* Tailwind (arbitrary) */
class="text-[#afbcdc] bg-[#afbcdc]"
/* SCSS */
$brand: #afbcdc;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.863)
/* Android */
Color.parseColor("#afbcdc")Accessibility — WCAG contrast
Aa
#afbcdc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcdc on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta14.5%
Yellow0.0%
Key (black)13.7%
Color previews
#afbcdc text on a black background
contrast 11.05:1
Card sample
#afbcdc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcdc;
Background color
Panel with #afbcdc background
background-color: #afbcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcdc; background: linear-gradient(135deg, #afbcdc, #C0AFDC);