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