#afc7eb
a light, vivid blue · cool · closest name: skyblue
RGB
175, 199, 235
HSL
216°, 60%, 80%
CMYK
26, 15, 0, 8
Luminance
0.5596
Every format
| HEX | #afc7eb |
| RGB | rgb(175, 199, 235) |
| HSL | hsl(216, 60%, 80%) |
| CMYK | cmyk(26%, 15%, 0%, 8%) |
| LAB | lab(79.6 -0.2 -20.5) |
| LCH | lch(79.6 20.5 269.3) |
| OKLCH | oklch(0.824 0.057 258.4) |
Copy-ready code
/* CSS */
color: #afc7eb;
background-color: #afc7eb;
/* Tailwind (arbitrary) */
class="text-[#afc7eb] bg-[#afc7eb]"
/* SCSS */
$brand: #afc7eb;
/* SwiftUI */
Color(red: 0.686, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#afc7eb")Accessibility — WCAG contrast
Aa
#afc7eb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc7eb on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green78.0%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#afc7eb text on a black background
contrast 12.19:1
Card sample
#afc7eb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc7eb;
Background color
Panel with #afc7eb background
background-color: #afc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc7eb; background: linear-gradient(135deg, #afc7eb, #BFAFEB);