#afb0ee
a light, vivid blue · warm · closest name: plum
RGB
175, 176, 238
HSL
239°, 65%, 81%
CMYK
27, 26, 0, 7
Luminance
0.4634
Every format
| HEX | #afb0ee |
| RGB | rgb(175, 176, 238) |
| HSL | hsl(239, 65%, 81%) |
| CMYK | cmyk(27%, 26%, 0%, 7%) |
| LAB | lab(73.8 13.0 -31.0) |
| LCH | lch(73.8 33.6 292.8) |
| OKLCH | oklch(0.779 0.088 283.4) |
Copy-ready code
/* CSS */
color: #afb0ee;
background-color: #afb0ee;
/* Tailwind (arbitrary) */
class="text-[#afb0ee] bg-[#afb0ee]"
/* SCSS */
$brand: #afb0ee;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#afb0ee")Accessibility — WCAG contrast
Aa
#afb0ee on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0ee on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#afb0ee text on a black background
contrast 10.27:1
Card sample
#afb0ee text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0ee;
Background color
Panel with #afb0ee background
background-color: #afb0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0ee; background: linear-gradient(135deg, #afb0ee, #D8AFEE);