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