#afbee4
a light, vivid blue · cool · closest name: skyblue
RGB
175, 190, 228
HSL
223°, 50%, 79%
CMYK
23, 17, 0, 11
Luminance
0.5154
Every format
| HEX | #afbee4 |
| RGB | rgb(175, 190, 228) |
| HSL | hsl(223, 50%, 79%) |
| CMYK | cmyk(23%, 17%, 0%, 11%) |
| LAB | lab(77.0 3.0 -20.6) |
| LCH | lch(77.0 20.9 278.2) |
| OKLCH | oklch(0.803 0.056 268.2) |
Copy-ready code
/* CSS */
color: #afbee4;
background-color: #afbee4;
/* Tailwind (arbitrary) */
class="text-[#afbee4] bg-[#afbee4]"
/* SCSS */
$brand: #afbee4;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.894)
/* Android */
Color.parseColor("#afbee4")Accessibility — WCAG contrast
Aa
#afbee4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbee4 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta16.7%
Yellow0.0%
Key (black)10.6%
Color previews
#afbee4 text on a black background
contrast 11.31:1
Card sample
#afbee4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbee4;
Background color
Panel with #afbee4 background
background-color: #afbee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbee4; background: linear-gradient(135deg, #afbee4, #C3AFE4);