#afbee2
a light, vivid blue · cool · closest name: skyblue
RGB
175, 190, 226
HSL
222°, 47%, 79%
CMYK
23, 16, 0, 11
Luminance
0.5143
Every format
| HEX | #afbee2 |
| RGB | rgb(175, 190, 226) |
| HSL | hsl(222, 47%, 79%) |
| CMYK | cmyk(23%, 16%, 0%, 11%) |
| LAB | lab(76.9 2.5 -19.7) |
| LCH | lch(76.9 19.8 277.3) |
| OKLCH | oklch(0.802 0.054 267.4) |
Copy-ready code
/* CSS */
color: #afbee2;
background-color: #afbee2;
/* Tailwind (arbitrary) */
class="text-[#afbee2] bg-[#afbee2]"
/* SCSS */
$brand: #afbee2;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.886)
/* Android */
Color.parseColor("#afbee2")Accessibility — WCAG contrast
Aa
#afbee2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbee2 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta15.9%
Yellow0.0%
Key (black)11.4%
Color previews
#afbee2 text on a black background
contrast 11.29:1
Card sample
#afbee2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbee2;
Background color
Panel with #afbee2 background
background-color: #afbee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbee2; background: linear-gradient(135deg, #afbee2, #C2AFE2);