#afbcd2
a light, soft blue · cool · closest name: silver
RGB
175, 188, 210
HSL
218°, 28%, 76%
CMYK
17, 11, 0, 18
Luminance
0.4973
Every format
| HEX | #afbcd2 |
| RGB | rgb(175, 188, 210) |
| HSL | hsl(218, 28%, 76%) |
| CMYK | cmyk(17%, 11%, 0%, 18%) |
| LAB | lab(75.9 0.1 -12.6) |
| LCH | lch(75.9 12.6 270.3) |
| OKLCH | oklch(0.792 0.034 261.0) |
Copy-ready code
/* CSS */
color: #afbcd2;
background-color: #afbcd2;
/* Tailwind (arbitrary) */
class="text-[#afbcd2] bg-[#afbcd2]"
/* SCSS */
$brand: #afbcd2;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.824)
/* Android */
Color.parseColor("#afbcd2")Accessibility — WCAG contrast
Aa
#afbcd2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcd2 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta10.5%
Yellow0.0%
Key (black)17.6%
Color previews
#afbcd2 text on a black background
contrast 10.95:1
Card sample
#afbcd2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcd2;
Background color
Panel with #afbcd2 background
background-color: #afbcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcd2; background: linear-gradient(135deg, #afbcd2, #B9AFD2);