#afc6f4
a light, electric blue · cool · closest name: skyblue
RGB
175, 198, 244
HSL
220°, 76%, 82%
CMYK
28, 19, 0, 4
Luminance
0.5603
Every format
| HEX | #afc6f4 |
| RGB | rgb(175, 198, 244) |
| HSL | hsl(220, 76%, 82%) |
| CMYK | cmyk(28%, 19%, 0%, 4%) |
| LAB | lab(79.6 2.4 -25.2) |
| LCH | lch(79.6 25.4 275.5) |
| OKLCH | oklch(0.825 0.070 264.1) |
Copy-ready code
/* CSS */
color: #afc6f4;
background-color: #afc6f4;
/* Tailwind (arbitrary) */
class="text-[#afc6f4] bg-[#afc6f4]"
/* SCSS */
$brand: #afc6f4;
/* SwiftUI */
Color(red: 0.686, green: 0.776, blue: 0.957)
/* Android */
Color.parseColor("#afc6f4")Accessibility — WCAG contrast
Aa
#afc6f4 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc6f4 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green77.6%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta18.9%
Yellow0.0%
Key (black)4.3%
Color previews
#afc6f4 text on a black background
contrast 12.21:1
Card sample
#afc6f4 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc6f4;
Background color
Panel with #afc6f4 background
background-color: #afc6f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc6f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 198, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 198, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc6f4; background: linear-gradient(135deg, #afc6f4, #C6AFF4);