#afccda
a light, soft cyan · cool · closest name: silver
RGB
175, 204, 218
HSL
200°, 37%, 77%
CMYK
20, 6, 0, 15
Luminance
0.5736
Every format
| HEX | #afccda |
| RGB | rgb(175, 204, 218) |
| HSL | hsl(200, 37%, 77%) |
| CMYK | cmyk(20%, 6%, 0%, 15%) |
| LAB | lab(80.4 -6.7 -10.2) |
| LCH | lch(80.4 12.2 236.6) |
| OKLCH | oklch(0.828 0.037 228.5) |
Copy-ready code
/* CSS */
color: #afccda;
background-color: #afccda;
/* Tailwind (arbitrary) */
class="text-[#afccda] bg-[#afccda]"
/* SCSS */
$brand: #afccda;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#afccda")Accessibility — WCAG contrast
Aa
#afccda on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccda on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#afccda text on a black background
contrast 12.47:1
Card sample
#afccda text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccda;
Background color
Panel with #afccda background
background-color: #afccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccda; background: linear-gradient(135deg, #afccda, #AFAFDA);