#afc4eb
a light, vivid blue · cool · closest name: skyblue
RGB
175, 196, 235
HSL
219°, 60%, 80%
CMYK
26, 17, 0, 8
Luminance
0.5459
Every format
| HEX | #afc4eb |
| RGB | rgb(175, 196, 235) |
| HSL | hsl(219, 60%, 80%) |
| CMYK | cmyk(26%, 17%, 0%, 8%) |
| LAB | lab(78.8 1.4 -21.7) |
| LCH | lch(78.8 21.7 273.6) |
| OKLCH | oklch(0.818 0.060 262.8) |
Copy-ready code
/* CSS */
color: #afc4eb;
background-color: #afc4eb;
/* Tailwind (arbitrary) */
class="text-[#afc4eb] bg-[#afc4eb]"
/* SCSS */
$brand: #afc4eb;
/* SwiftUI */
Color(red: 0.686, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#afc4eb")Accessibility — WCAG contrast
Aa
#afc4eb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc4eb on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.9%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#afc4eb text on a black background
contrast 11.92:1
Card sample
#afc4eb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc4eb;
Background color
Panel with #afc4eb background
background-color: #afc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc4eb; background: linear-gradient(135deg, #afc4eb, #C2AFEB);