#afb5ee
a light, vivid blue · warm · closest name: plum
RGB
175, 181, 238
HSL
234°, 65%, 81%
CMYK
27, 24, 0, 7
Luminance
0.4833
Every format
| HEX | #afb5ee |
| RGB | rgb(175, 181, 238) |
| HSL | hsl(234, 65%, 81%) |
| CMYK | cmyk(27%, 24%, 0%, 7%) |
| LAB | lab(75.0 10.2 -29.1) |
| LCH | lch(75.0 30.8 289.4) |
| OKLCH | oklch(0.788 0.081 279.7) |
Copy-ready code
/* CSS */
color: #afb5ee;
background-color: #afb5ee;
/* Tailwind (arbitrary) */
class="text-[#afb5ee] bg-[#afb5ee]"
/* SCSS */
$brand: #afb5ee;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.933)
/* Android */
Color.parseColor("#afb5ee")Accessibility — WCAG contrast
Aa
#afb5ee on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5ee on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta23.9%
Yellow0.0%
Key (black)6.7%
Color previews
#afb5ee text on a black background
contrast 10.67:1
Card sample
#afb5ee text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5ee;
Background color
Panel with #afb5ee background
background-color: #afb5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5ee; background: linear-gradient(135deg, #afb5ee, #D3AFEE);