#afb3ee
a light, vivid blue · warm · closest name: plum
RGB
175, 179, 238
HSL
236°, 65%, 81%
CMYK
27, 25, 0, 7
Luminance
0.4753
Every format
| HEX | #afb3ee |
| RGB | rgb(175, 179, 238) |
| HSL | hsl(236, 65%, 81%) |
| CMYK | cmyk(27%, 25%, 0%, 7%) |
| LAB | lab(74.5 11.3 -29.8) |
| LCH | lch(74.5 31.9 290.8) |
| OKLCH | oklch(0.785 0.084 281.3) |
Copy-ready code
/* CSS */
color: #afb3ee;
background-color: #afb3ee;
/* Tailwind (arbitrary) */
class="text-[#afb3ee] bg-[#afb3ee]"
/* SCSS */
$brand: #afb3ee;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.933)
/* Android */
Color.parseColor("#afb3ee")Accessibility — WCAG contrast
Aa
#afb3ee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3ee on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta24.8%
Yellow0.0%
Key (black)6.7%
Color previews
#afb3ee text on a black background
contrast 10.51:1
Card sample
#afb3ee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3ee;
Background color
Panel with #afb3ee background
background-color: #afb3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3ee; background: linear-gradient(135deg, #afb3ee, #D5AFEE);