#afdce1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 220, 225
HSL
186°, 46%, 78%
CMYK
22, 2, 0, 12
Luminance
0.6574
Every format
| HEX | #afdce1 |
| RGB | rgb(175, 220, 225) |
| HSL | hsl(186, 46%, 78%) |
| CMYK | cmyk(22%, 2%, 0%, 12%) |
| LAB | lab(84.9 -13.4 -7.3) |
| LCH | lch(84.9 15.3 208.4) |
| OKLCH | oklch(0.864 0.047 204.7) |
Copy-ready code
/* CSS */
color: #afdce1;
background-color: #afdce1;
/* Tailwind (arbitrary) */
class="text-[#afdce1] bg-[#afdce1]"
/* SCSS */
$brand: #afdce1;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.882)
/* Android */
Color.parseColor("#afdce1")Accessibility — WCAG contrast
Aa
#afdce1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdce1 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta2.2%
Yellow0.0%
Key (black)11.8%
Color previews
#afdce1 text on a black background
contrast 14.15:1
Card sample
#afdce1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdce1;
Background color
Panel with #afdce1 background
background-color: #afdce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdce1; background: linear-gradient(135deg, #afdce1, #AFBBE1);