#afdedb
a light, soft cyan · cool · closest name: silver
RGB
175, 222, 219
HSL
176°, 42%, 78%
CMYK
21, 0, 1, 13
Luminance
0.6647
Every format
| HEX | #afdedb |
| RGB | rgb(175, 222, 219) |
| HSL | hsl(176, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 1%, 13%) |
| LAB | lab(85.2 -15.7 -3.5) |
| LCH | lch(85.2 16.1 192.6) |
| OKLCH | oklch(0.867 0.049 191.5) |
Copy-ready code
/* CSS */
color: #afdedb;
background-color: #afdedb;
/* Tailwind (arbitrary) */
class="text-[#afdedb] bg-[#afdedb]"
/* SCSS */
$brand: #afdedb;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.859)
/* Android */
Color.parseColor("#afdedb")Accessibility — WCAG contrast
Aa
#afdedb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdedb on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue85.9%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow1.4%
Key (black)12.9%
Color previews
#afdedb text on a black background
contrast 14.29:1
Card sample
#afdedb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdedb;
Background color
Panel with #afdedb background
background-color: #afdedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdedb; background: linear-gradient(135deg, #afdedb, #AFC2DE);