#a8ffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
168, 255, 235
HSL
166°, 100%, 83%
CMYK
34, 0, 8, 0
Luminance
0.8584
Every format
| HEX | #a8ffeb |
| RGB | rgb(168, 255, 235) |
| HSL | hsl(166, 100%, 83%) |
| CMYK | cmyk(34%, 0%, 8%, 0%) |
| LAB | lab(94.2 -30.4 1.3) |
| LCH | lch(94.2 30.4 177.6) |
| OKLCH | oklch(0.939 0.089 178.2) |
Copy-ready code
/* CSS */
color: #a8ffeb;
background-color: #a8ffeb;
/* Tailwind (arbitrary) */
class="text-[#a8ffeb] bg-[#a8ffeb]"
/* SCSS */
$brand: #a8ffeb;
/* SwiftUI */
Color(red: 0.659, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#a8ffeb")Accessibility — WCAG contrast
Aa
#a8ffeb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ffeb on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green100.0%
Blue92.2%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#a8ffeb text on a black background
contrast 18.17:1
Card sample
#a8ffeb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ffeb;
Background color
Panel with #a8ffeb background
background-color: #a8ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ffeb; background: linear-gradient(135deg, #a8ffeb, #A8D9FF);