#afece2
a light, vivid cyan · cool · closest name: beige
RGB
175, 236, 226
HSL
170°, 62%, 81%
CMYK
26, 0, 4, 8
Luminance
0.7460
Every format
| HEX | #afece2 |
| RGB | rgb(175, 236, 226) |
| HSL | hsl(170, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 4%, 8%) |
| LAB | lab(89.2 -21.2 -1.4) |
| LCH | lch(89.2 21.3 183.7) |
| OKLCH | oklch(0.899 0.063 183.7) |
Copy-ready code
/* CSS */
color: #afece2;
background-color: #afece2;
/* Tailwind (arbitrary) */
class="text-[#afece2] bg-[#afece2]"
/* SCSS */
$brand: #afece2;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#afece2")Accessibility — WCAG contrast
Aa
#afece2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afece2 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue88.6%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow4.2%
Key (black)7.5%
Color previews
#afece2 text on a black background
contrast 15.92:1
Card sample
#afece2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afece2;
Background color
Panel with #afece2 background
background-color: #afece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afece2; background: linear-gradient(135deg, #afece2, #AFCDEC);