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