#afebdc
a light, vivid cyan · cool · closest name: beige
RGB
175, 235, 220
HSL
165°, 60%, 80%
CMYK
26, 0, 6, 8
Luminance
0.7370
Every format
| HEX | #afebdc |
| RGB | rgb(175, 235, 220) |
| HSL | hsl(165, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 6%, 8%) |
| LAB | lab(88.8 -22.0 1.1) |
| LCH | lch(88.8 22.0 177.1) |
| OKLCH | oklch(0.895 0.064 177.6) |
Copy-ready code
/* CSS */
color: #afebdc;
background-color: #afebdc;
/* Tailwind (arbitrary) */
class="text-[#afebdc] bg-[#afebdc]"
/* SCSS */
$brand: #afebdc;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#afebdc")Accessibility — WCAG contrast
Aa
#afebdc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebdc on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue86.3%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow6.4%
Key (black)7.8%
Color previews
#afebdc text on a black background
contrast 15.74:1
Card sample
#afebdc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebdc;
Background color
Panel with #afebdc background
background-color: #afebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebdc; background: linear-gradient(135deg, #afebdc, #AFD2EB);