#afd7e2
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 215, 226
HSL
193°, 47%, 79%
CMYK
23, 5, 0, 11
Luminance
0.6321
Every format
| HEX | #afd7e2 |
| RGB | rgb(175, 215, 226) |
| HSL | hsl(193, 47%, 79%) |
| CMYK | cmyk(23%, 5%, 0%, 11%) |
| LAB | lab(83.5 -10.7 -9.7) |
| LCH | lch(83.5 14.4 222.4) |
| OKLCH | oklch(0.854 0.045 216.3) |
Copy-ready code
/* CSS */
color: #afd7e2;
background-color: #afd7e2;
/* Tailwind (arbitrary) */
class="text-[#afd7e2] bg-[#afd7e2]"
/* SCSS */
$brand: #afd7e2;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.886)
/* Android */
Color.parseColor("#afd7e2")Accessibility — WCAG contrast
Aa
#afd7e2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7e2 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta4.9%
Yellow0.0%
Key (black)11.4%
Color previews
#afd7e2 text on a black background
contrast 13.64:1
Card sample
#afd7e2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7e2;
Background color
Panel with #afd7e2 background
background-color: #afd7e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7e2; background: linear-gradient(135deg, #afd7e2, #AFB5E2);