#afc2db
a light, soft blue · cool · closest name: silver
RGB
175, 194, 219
HSL
214°, 38%, 77%
CMYK
20, 11, 0, 14
Luminance
0.5281
Every format
| HEX | #afc2db |
| RGB | rgb(175, 194, 219) |
| HSL | hsl(214, 38%, 77%) |
| CMYK | cmyk(20%, 11%, 0%, 14%) |
| LAB | lab(77.8 -1.2 -14.6) |
| LCH | lch(77.8 14.7 265.4) |
| OKLCH | oklch(0.808 0.041 255.3) |
Copy-ready code
/* CSS */
color: #afc2db;
background-color: #afc2db;
/* Tailwind (arbitrary) */
class="text-[#afc2db] bg-[#afc2db]"
/* SCSS */
$brand: #afc2db;
/* SwiftUI */
Color(red: 0.686, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#afc2db")Accessibility — WCAG contrast
Aa
#afc2db on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc2db on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.1%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#afc2db text on a black background
contrast 11.56:1
Card sample
#afc2db text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc2db;
Background color
Panel with #afc2db background
background-color: #afc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc2db; background: linear-gradient(135deg, #afc2db, #B9AFDB);