#afeddf
a light, vivid cyan · cool · closest name: beige
RGB
175, 237, 223
HSL
167°, 63%, 81%
CMYK
26, 0, 6, 7
Luminance
0.7501
Every format
| HEX | #afeddf |
| RGB | rgb(175, 237, 223) |
| HSL | hsl(167, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 6%, 7%) |
| LAB | lab(89.4 -22.4 0.5) |
| LCH | lch(89.4 22.4 178.8) |
| OKLCH | oklch(0.900 0.066 179.2) |
Copy-ready code
/* CSS */
color: #afeddf;
background-color: #afeddf;
/* Tailwind (arbitrary) */
class="text-[#afeddf] bg-[#afeddf]"
/* SCSS */
$brand: #afeddf;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#afeddf")Accessibility — WCAG contrast
Aa
#afeddf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeddf on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#afeddf text on a black background
contrast 16.00:1
Card sample
#afeddf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeddf;
Background color
Panel with #afeddf background
background-color: #afeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeddf; background: linear-gradient(135deg, #afeddf, #AFD2ED);