#afc8df
a light, soft blue · cool · closest name: skyblue
RGB
175, 200, 223
HSL
209°, 43%, 78%
CMYK
22, 10, 0, 13
Luminance
0.5575
Every format
| HEX | #afc8df |
| RGB | rgb(175, 200, 223) |
| HSL | hsl(209, 43%, 78%) |
| CMYK | cmyk(22%, 10%, 0%, 13%) |
| LAB | lab(79.5 -3.5 -14.2) |
| LCH | lch(79.5 14.6 256.2) |
| OKLCH | oklch(0.822 0.042 246.1) |
Copy-ready code
/* CSS */
color: #afc8df;
background-color: #afc8df;
/* Tailwind (arbitrary) */
class="text-[#afc8df] bg-[#afc8df]"
/* SCSS */
$brand: #afc8df;
/* SwiftUI */
Color(red: 0.686, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#afc8df")Accessibility — WCAG contrast
Aa
#afc8df on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc8df on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green78.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta10.3%
Yellow0.0%
Key (black)12.5%
Color previews
#afc8df text on a black background
contrast 12.15:1
Card sample
#afc8df text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc8df;
Background color
Panel with #afc8df background
background-color: #afc8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc8df; background: linear-gradient(135deg, #afc8df, #B6AFDF);