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