#afb8ee
a light, vivid blue · warm · closest name: skyblue
RGB
175, 184, 238
HSL
231°, 65%, 81%
CMYK
27, 23, 0, 7
Luminance
0.4957
Every format
| HEX | #afb8ee |
| RGB | rgb(175, 184, 238) |
| HSL | hsl(231, 65%, 81%) |
| CMYK | cmyk(27%, 23%, 0%, 7%) |
| LAB | lab(75.8 8.6 -27.9) |
| LCH | lch(75.8 29.2 287.1) |
| OKLCH | oklch(0.794 0.077 277.1) |
Copy-ready code
/* CSS */
color: #afb8ee;
background-color: #afb8ee;
/* Tailwind (arbitrary) */
class="text-[#afb8ee] bg-[#afb8ee]"
/* SCSS */
$brand: #afb8ee;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.933)
/* Android */
Color.parseColor("#afb8ee")Accessibility — WCAG contrast
Aa
#afb8ee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8ee on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta22.7%
Yellow0.0%
Key (black)6.7%
Color previews
#afb8ee text on a black background
contrast 10.91:1
Card sample
#afb8ee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8ee;
Background color
Panel with #afb8ee background
background-color: #afb8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8ee; background: linear-gradient(135deg, #afb8ee, #D0AFEE);