#afd4cb
a light, soft cyan · cool · closest name: silver
RGB
175, 212, 203
HSL
165°, 30%, 76%
CMYK
18, 0, 4, 17
Luminance
0.6051
Every format
| HEX | #afd4cb |
| RGB | rgb(175, 212, 203) |
| HSL | hsl(165, 30%, 76%) |
| CMYK | cmyk(18%, 0%, 4%, 17%) |
| LAB | lab(82.1 -14.0 0.4) |
| LCH | lch(82.1 14.0 178.4) |
| OKLCH | oklch(0.841 0.041 178.8) |
Copy-ready code
/* CSS */
color: #afd4cb;
background-color: #afd4cb;
/* Tailwind (arbitrary) */
class="text-[#afd4cb] bg-[#afd4cb]"
/* SCSS */
$brand: #afd4cb;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.796)
/* Android */
Color.parseColor("#afd4cb")Accessibility — WCAG contrast
Aa
#afd4cb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4cb on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue79.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow4.2%
Key (black)16.9%
Color previews
#afd4cb text on a black background
contrast 13.10:1
Card sample
#afd4cb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4cb;
Background color
Panel with #afd4cb background
background-color: #afd4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4cb; background: linear-gradient(135deg, #afd4cb, #AFC4D4);