#afecd8
a light, vivid cyan · cool · closest name: beige
RGB
175, 236, 216
HSL
160°, 62%, 81%
CMYK
26, 0, 9, 8
Luminance
0.7406
Every format
| HEX | #afecd8 |
| RGB | rgb(175, 236, 216) |
| HSL | hsl(160, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 9%, 8%) |
| LAB | lab(89.0 -23.3 3.5) |
| LCH | lch(89.0 23.6 171.5) |
| OKLCH | oklch(0.896 0.068 172.5) |
Copy-ready code
/* CSS */
color: #afecd8;
background-color: #afecd8;
/* Tailwind (arbitrary) */
class="text-[#afecd8] bg-[#afecd8]"
/* SCSS */
$brand: #afecd8;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.847)
/* Android */
Color.parseColor("#afecd8")Accessibility — WCAG contrast
Aa
#afecd8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecd8 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue84.7%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow8.5%
Key (black)7.5%
Color previews
#afecd8 text on a black background
contrast 15.81:1
Card sample
#afecd8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecd8;
Background color
Panel with #afecd8 background
background-color: #afecd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecd8; background: linear-gradient(135deg, #afecd8, #AFD7EC);