#afdfdf
a light, soft cyan · cool · closest name: skyblue
RGB
175, 223, 223
HSL
180°, 43%, 78%
CMYK
22, 0, 0, 13
Luminance
0.6722
Every format
| HEX | #afdfdf |
| RGB | rgb(175, 223, 223) |
| HSL | hsl(180, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 0%, 13%) |
| LAB | lab(85.6 -15.4 -5.1) |
| LCH | lch(85.6 16.2 198.3) |
| OKLCH | oklch(0.870 0.050 196.3) |
Copy-ready code
/* CSS */
color: #afdfdf;
background-color: #afdfdf;
/* Tailwind (arbitrary) */
class="text-[#afdfdf] bg-[#afdfdf]"
/* SCSS */
$brand: #afdfdf;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#afdfdf")Accessibility — WCAG contrast
Aa
#afdfdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfdf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#afdfdf text on a black background
contrast 14.44:1
Card sample
#afdfdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfdf;
Background color
Panel with #afdfdf background
background-color: #afdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfdf; background: linear-gradient(135deg, #afdfdf, #AFBFDF);