#afbee8
a light, vivid blue · cool · closest name: skyblue
RGB
175, 190, 232
HSL
224°, 55%, 80%
CMYK
25, 18, 0, 9
Luminance
0.5177
Every format
| HEX | #afbee8 |
| RGB | rgb(175, 190, 232) |
| HSL | hsl(224, 55%, 80%) |
| CMYK | cmyk(25%, 18%, 0%, 9%) |
| LAB | lab(77.1 3.9 -22.6) |
| LCH | lch(77.1 22.9 279.8) |
| OKLCH | oklch(0.804 0.062 269.6) |
Copy-ready code
/* CSS */
color: #afbee8;
background-color: #afbee8;
/* Tailwind (arbitrary) */
class="text-[#afbee8] bg-[#afbee8]"
/* SCSS */
$brand: #afbee8;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.910)
/* Android */
Color.parseColor("#afbee8")Accessibility — WCAG contrast
Aa
#afbee8 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbee8 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta18.1%
Yellow0.0%
Key (black)9.0%
Color previews
#afbee8 text on a black background
contrast 11.35:1
Card sample
#afbee8 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbee8;
Background color
Panel with #afbee8 background
background-color: #afbee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbee8; background: linear-gradient(135deg, #afbee8, #C6AFE8);