#afbeec
a light, vivid blue · warm · closest name: skyblue
RGB
175, 190, 236
HSL
225°, 62%, 81%
CMYK
26, 20, 0, 8
Luminance
0.5200
Every format
| HEX | #afbeec |
| RGB | rgb(175, 190, 236) |
| HSL | hsl(225, 62%, 81%) |
| CMYK | cmyk(26%, 20%, 0%, 8%) |
| LAB | lab(77.3 4.8 -24.5) |
| LCH | lch(77.3 25.0 281.2) |
| OKLCH | oklch(0.806 0.067 270.7) |
Copy-ready code
/* CSS */
color: #afbeec;
background-color: #afbeec;
/* Tailwind (arbitrary) */
class="text-[#afbeec] bg-[#afbeec]"
/* SCSS */
$brand: #afbeec;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.925)
/* Android */
Color.parseColor("#afbeec")Accessibility — WCAG contrast
Aa
#afbeec on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbeec on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta19.5%
Yellow0.0%
Key (black)7.5%
Color previews
#afbeec text on a black background
contrast 11.40:1
Card sample
#afbeec text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbeec;
Background color
Panel with #afbeec background
background-color: #afbeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbeec; background: linear-gradient(135deg, #afbeec, #C9AFEC);