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