#afd6cb
a light, soft cyan · cool · closest name: silver
RGB
175, 214, 203
HSL
163°, 32%, 76%
CMYK
18, 0, 5, 16
Luminance
0.6152
Every format
| HEX | #afd6cb |
| RGB | rgb(175, 214, 203) |
| HSL | hsl(163, 32%, 76%) |
| CMYK | cmyk(18%, 0%, 5%, 16%) |
| LAB | lab(82.7 -15.0 1.2) |
| LCH | lch(82.7 15.0 175.5) |
| OKLCH | oklch(0.845 0.044 176.2) |
Copy-ready code
/* CSS */
color: #afd6cb;
background-color: #afd6cb;
/* Tailwind (arbitrary) */
class="text-[#afd6cb] bg-[#afd6cb]"
/* SCSS */
$brand: #afd6cb;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.796)
/* Android */
Color.parseColor("#afd6cb")Accessibility — WCAG contrast
Aa
#afd6cb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6cb on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue79.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow5.1%
Key (black)16.1%
Color previews
#afd6cb text on a black background
contrast 13.30:1
Card sample
#afd6cb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6cb;
Background color
Panel with #afd6cb background
background-color: #afd6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6cb; background: linear-gradient(135deg, #afd6cb, #AFC7D6);