#afccf2
a light, vivid blue · cool · closest name: skyblue
RGB
175, 204, 242
HSL
214°, 72%, 82%
CMYK
28, 16, 0, 5
Luminance
0.5871
Every format
| HEX | #afccf2 |
| RGB | rgb(175, 204, 242) |
| HSL | hsl(214, 72%, 82%) |
| CMYK | cmyk(28%, 16%, 0%, 5%) |
| LAB | lab(81.1 -1.3 -21.9) |
| LCH | lch(81.1 21.9 266.7) |
| OKLCH | oklch(0.837 0.062 255.3) |
Copy-ready code
/* CSS */
color: #afccf2;
background-color: #afccf2;
/* Tailwind (arbitrary) */
class="text-[#afccf2] bg-[#afccf2]"
/* SCSS */
$brand: #afccf2;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#afccf2")Accessibility — WCAG contrast
Aa
#afccf2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccf2 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#afccf2 text on a black background
contrast 12.74:1
Card sample
#afccf2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccf2;
Background color
Panel with #afccf2 background
background-color: #afccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccf2; background: linear-gradient(135deg, #afccf2, #BFAFF2);