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