#a7fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
167, 252, 235
HSL
168°, 93%, 82%
CMYK
34, 0, 7, 1
Luminance
0.8383
Every format
| HEX | #a7fceb |
| RGB | rgb(167, 252, 235) |
| HSL | hsl(168, 93%, 82%) |
| CMYK | cmyk(34%, 0%, 7%, 1%) |
| LAB | lab(93.4 -29.3 -0.0) |
| LCH | lch(93.4 29.3 180.0) |
| OKLCH | oklch(0.932 0.086 180.3) |
Copy-ready code
/* CSS */
color: #a7fceb;
background-color: #a7fceb;
/* Tailwind (arbitrary) */
class="text-[#a7fceb] bg-[#a7fceb]"
/* SCSS */
$brand: #a7fceb;
/* SwiftUI */
Color(red: 0.655, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#a7fceb")Accessibility — WCAG contrast
Aa
#a7fceb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fceb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#a7fceb text on a black background
contrast 17.77:1
Card sample
#a7fceb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fceb;
Background color
Panel with #a7fceb background
background-color: #a7fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fceb; background: linear-gradient(135deg, #a7fceb, #A7D4FC);