#afbcf4
a light, electric blue · warm · closest name: skyblue
RGB
175, 188, 244
HSL
229°, 76%, 82%
CMYK
28, 23, 0, 4
Luminance
0.5161
Every format
| HEX | #afbcf4 |
| RGB | rgb(175, 188, 244) |
| HSL | hsl(229, 76%, 82%) |
| CMYK | cmyk(28%, 23%, 0%, 4%) |
| LAB | lab(77.0 7.8 -29.2) |
| LCH | lch(77.0 30.2 285.0) |
| OKLCH | oklch(0.805 0.081 274.3) |
Copy-ready code
/* CSS */
color: #afbcf4;
background-color: #afbcf4;
/* Tailwind (arbitrary) */
class="text-[#afbcf4] bg-[#afbcf4]"
/* SCSS */
$brand: #afbcf4;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.957)
/* Android */
Color.parseColor("#afbcf4")Accessibility — WCAG contrast
Aa
#afbcf4 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcf4 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta23.0%
Yellow0.0%
Key (black)4.3%
Color previews
#afbcf4 text on a black background
contrast 11.32:1
Card sample
#afbcf4 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcf4;
Background color
Panel with #afbcf4 background
background-color: #afbcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcf4; background: linear-gradient(135deg, #afbcf4, #D0AFF4);