#afd4eb
a light, vivid blue · cool · closest name: skyblue
RGB
175, 212, 235
HSL
203°, 60%, 80%
CMYK
26, 10, 0, 8
Luminance
0.6220
Every format
| HEX | #afd4eb |
| RGB | rgb(175, 212, 235) |
| HSL | hsl(203, 60%, 80%) |
| CMYK | cmyk(26%, 10%, 0%, 8%) |
| LAB | lab(83.0 -7.1 -15.3) |
| LCH | lch(83.0 16.9 245.1) |
| OKLCH | oklch(0.851 0.051 235.5) |
Copy-ready code
/* CSS */
color: #afd4eb;
background-color: #afd4eb;
/* Tailwind (arbitrary) */
class="text-[#afd4eb] bg-[#afd4eb]"
/* SCSS */
$brand: #afd4eb;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#afd4eb")Accessibility — WCAG contrast
Aa
#afd4eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4eb on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta9.8%
Yellow0.0%
Key (black)7.8%
Color previews
#afd4eb text on a black background
contrast 13.44:1
Card sample
#afd4eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4eb;
Background color
Panel with #afd4eb background
background-color: #afd4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4eb; background: linear-gradient(135deg, #afd4eb, #B2AFEB);