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