#afdcd2
a light, soft cyan · cool · closest name: silver
RGB
175, 220, 210
HSL
167°, 39%, 78%
CMYK
21, 0, 5, 14
Luminance
0.6495
Every format
| HEX | #afdcd2 |
| RGB | rgb(175, 220, 210) |
| HSL | hsl(167, 39%, 78%) |
| CMYK | cmyk(21%, 0%, 5%, 14%) |
| LAB | lab(84.5 -16.6 0.1) |
| LCH | lch(84.5 16.6 179.7) |
| OKLCH | oklch(0.860 0.049 180.0) |
Copy-ready code
/* CSS */
color: #afdcd2;
background-color: #afdcd2;
/* Tailwind (arbitrary) */
class="text-[#afdcd2] bg-[#afdcd2]"
/* SCSS */
$brand: #afdcd2;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#afdcd2")Accessibility — WCAG contrast
Aa
#afdcd2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcd2 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue82.4%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#afdcd2 text on a black background
contrast 13.99:1
Card sample
#afdcd2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcd2;
Background color
Panel with #afdcd2 background
background-color: #afdcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcd2; background: linear-gradient(135deg, #afdcd2, #AFC8DC);