#afb8ec
a light, vivid blue · warm · closest name: skyblue
RGB
175, 184, 236
HSL
231°, 62%, 81%
CMYK
26, 22, 0, 8
Luminance
0.4945
Every format
| HEX | #afb8ec |
| RGB | rgb(175, 184, 236) |
| HSL | hsl(231, 62%, 81%) |
| CMYK | cmyk(26%, 22%, 0%, 8%) |
| LAB | lab(75.7 8.1 -26.9) |
| LCH | lch(75.7 28.1 286.8) |
| OKLCH | oklch(0.794 0.074 276.9) |
Copy-ready code
/* CSS */
color: #afb8ec;
background-color: #afb8ec;
/* Tailwind (arbitrary) */
class="text-[#afb8ec] bg-[#afb8ec]"
/* SCSS */
$brand: #afb8ec;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.925)
/* Android */
Color.parseColor("#afb8ec")Accessibility — WCAG contrast
Aa
#afb8ec on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8ec on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta22.0%
Yellow0.0%
Key (black)7.5%
Color previews
#afb8ec text on a black background
contrast 10.89:1
Card sample
#afb8ec text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8ec;
Background color
Panel with #afb8ec background
background-color: #afb8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8ec; background: linear-gradient(135deg, #afb8ec, #CFAFEC);