#afbee9
a light, vivid blue · cool · closest name: skyblue
RGB
175, 190, 233
HSL
225°, 57%, 80%
CMYK
25, 19, 0, 9
Luminance
0.5182
Every format
| HEX | #afbee9 |
| RGB | rgb(175, 190, 233) |
| HSL | hsl(225, 57%, 80%) |
| CMYK | cmyk(25%, 19%, 0%, 9%) |
| LAB | lab(77.2 4.1 -23.1) |
| LCH | lch(77.2 23.4 280.2) |
| OKLCH | oklch(0.805 0.063 269.9) |
Copy-ready code
/* CSS */
color: #afbee9;
background-color: #afbee9;
/* Tailwind (arbitrary) */
class="text-[#afbee9] bg-[#afbee9]"
/* SCSS */
$brand: #afbee9;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.914)
/* Android */
Color.parseColor("#afbee9")Accessibility — WCAG contrast
Aa
#afbee9 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbee9 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta18.5%
Yellow0.0%
Key (black)8.6%
Color previews
#afbee9 text on a black background
contrast 11.36:1
Card sample
#afbee9 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbee9;
Background color
Panel with #afbee9 background
background-color: #afbee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbee9; background: linear-gradient(135deg, #afbee9, #C7AFE9);