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