#afbcec
a light, vivid blue · warm · closest name: skyblue
RGB
175, 188, 236
HSL
227°, 62%, 81%
CMYK
26, 20, 0, 8
Luminance
0.5114
Every format
| HEX | #afbcec |
| RGB | rgb(175, 188, 236) |
| HSL | hsl(227, 62%, 81%) |
| CMYK | cmyk(26%, 20%, 0%, 8%) |
| LAB | lab(76.8 5.9 -25.3) |
| LCH | lch(76.8 26.0 283.2) |
| OKLCH | oklch(0.802 0.070 272.9) |
Copy-ready code
/* CSS */
color: #afbcec;
background-color: #afbcec;
/* Tailwind (arbitrary) */
class="text-[#afbcec] bg-[#afbcec]"
/* SCSS */
$brand: #afbcec;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.925)
/* Android */
Color.parseColor("#afbcec")Accessibility — WCAG contrast
Aa
#afbcec on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcec on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta20.3%
Yellow0.0%
Key (black)7.5%
Color previews
#afbcec text on a black background
contrast 11.23:1
Card sample
#afbcec text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcec;
Background color
Panel with #afbcec background
background-color: #afbcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcec; background: linear-gradient(135deg, #afbcec, #CBAFEC);