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