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