#afddda
a light, soft cyan · cool · closest name: silver
RGB
175, 221, 218
HSL
176°, 40%, 78%
CMYK
21, 0, 1, 13
Luminance
0.6589
Every format
| HEX | #afddda |
| RGB | rgb(175, 221, 218) |
| HSL | hsl(176, 40%, 78%) |
| CMYK | cmyk(21%, 0%, 1%, 13%) |
| LAB | lab(84.9 -15.4 -3.4) |
| LCH | lch(84.9 15.8 192.6) |
| OKLCH | oklch(0.864 0.048 191.4) |
Copy-ready code
/* CSS */
color: #afddda;
background-color: #afddda;
/* Tailwind (arbitrary) */
class="text-[#afddda] bg-[#afddda]"
/* SCSS */
$brand: #afddda;
/* SwiftUI */
Color(red: 0.686, green: 0.867, blue: 0.855)
/* Android */
Color.parseColor("#afddda")Accessibility — WCAG contrast
Aa
#afddda on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afddda on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.7%
Blue85.5%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow1.4%
Key (black)13.3%
Color previews
#afddda text on a black background
contrast 14.18:1
Card sample
#afddda text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afddda;
Background color
Panel with #afddda background
background-color: #afddda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afddda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 221, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 221, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afddda; background: linear-gradient(135deg, #afddda, #AFC1DD);