#afbcf2
a light, vivid blue · warm · closest name: skyblue
RGB
175, 188, 242
HSL
228°, 72%, 82%
CMYK
28, 22, 0, 5
Luminance
0.5149
Every format
| HEX | #afbcf2 |
| RGB | rgb(175, 188, 242) |
| HSL | hsl(228, 72%, 82%) |
| CMYK | cmyk(28%, 22%, 0%, 5%) |
| LAB | lab(77.0 7.4 -28.2) |
| LCH | lch(77.0 29.2 284.6) |
| OKLCH | oklch(0.804 0.078 274.0) |
Copy-ready code
/* CSS */
color: #afbcf2;
background-color: #afbcf2;
/* Tailwind (arbitrary) */
class="text-[#afbcf2] bg-[#afbcf2]"
/* SCSS */
$brand: #afbcf2;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#afbcf2")Accessibility — WCAG contrast
Aa
#afbcf2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcf2 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#afbcf2 text on a black background
contrast 11.30:1
Card sample
#afbcf2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcf2;
Background color
Panel with #afbcf2 background
background-color: #afbcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcf2; background: linear-gradient(135deg, #afbcf2, #CFAFF2);