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