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