#afdae1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 218, 225
HSL
188°, 46%, 78%
CMYK
22, 3, 0, 12
Luminance
0.6469
Every format
| HEX | #afdae1 |
| RGB | rgb(175, 218, 225) |
| HSL | hsl(188, 46%, 78%) |
| CMYK | cmyk(22%, 3%, 0%, 12%) |
| LAB | lab(84.3 -12.4 -8.1) |
| LCH | lch(84.3 14.8 212.9) |
| OKLCH | oklch(0.860 0.046 208.5) |
Copy-ready code
/* CSS */
color: #afdae1;
background-color: #afdae1;
/* Tailwind (arbitrary) */
class="text-[#afdae1] bg-[#afdae1]"
/* SCSS */
$brand: #afdae1;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.882)
/* Android */
Color.parseColor("#afdae1")Accessibility — WCAG contrast
Aa
#afdae1 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdae1 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta3.1%
Yellow0.0%
Key (black)11.8%
Color previews
#afdae1 text on a black background
contrast 13.94:1
Card sample
#afdae1 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdae1;
Background color
Panel with #afdae1 background
background-color: #afdae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdae1; background: linear-gradient(135deg, #afdae1, #AFB9E1);