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