#afd7cb
a light, soft cyan · cool · closest name: silver
RGB
175, 215, 203
HSL
162°, 33%, 77%
CMYK
19, 0, 6, 16
Luminance
0.6203
Every format
| HEX | #afd7cb |
| RGB | rgb(175, 215, 203) |
| HSL | hsl(162, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 6%, 16%) |
| LAB | lab(82.9 -15.5 1.6) |
| LCH | lch(82.9 15.6 174.2) |
| OKLCH | oklch(0.847 0.045 175.0) |
Copy-ready code
/* CSS */
color: #afd7cb;
background-color: #afd7cb;
/* Tailwind (arbitrary) */
class="text-[#afd7cb] bg-[#afd7cb]"
/* SCSS */
$brand: #afd7cb;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.796)
/* Android */
Color.parseColor("#afd7cb")Accessibility — WCAG contrast
Aa
#afd7cb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7cb on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue79.6%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow5.6%
Key (black)15.7%
Color previews
#afd7cb text on a black background
contrast 13.41:1
Card sample
#afd7cb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7cb;
Background color
Panel with #afd7cb background
background-color: #afd7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7cb; background: linear-gradient(135deg, #afd7cb, #AFC8D7);