#a8e2cf
a light, vivid cyan · cool · closest name: beige
RGB
168, 226, 207
HSL
160°, 50%, 77%
CMYK
26, 0, 8, 11
Luminance
0.6722
Every format
| HEX | #a8e2cf |
| RGB | rgb(168, 226, 207) |
| HSL | hsl(160, 50%, 77%) |
| CMYK | cmyk(26%, 0%, 8%, 11%) |
| LAB | lab(85.6 -22.3 3.3) |
| LCH | lch(85.6 22.6 171.6) |
| OKLCH | oklch(0.868 0.065 172.5) |
Copy-ready code
/* CSS */
color: #a8e2cf;
background-color: #a8e2cf;
/* Tailwind (arbitrary) */
class="text-[#a8e2cf] bg-[#a8e2cf]"
/* SCSS */
$brand: #a8e2cf;
/* SwiftUI */
Color(red: 0.659, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#a8e2cf")Accessibility — WCAG contrast
Aa
#a8e2cf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8e2cf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green88.6%
Blue81.2%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#a8e2cf text on a black background
contrast 14.44:1
Card sample
#a8e2cf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8e2cf;
Background color
Panel with #a8e2cf background
background-color: #a8e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8e2cf; background: linear-gradient(135deg, #a8e2cf, #A8CEE2);