#adffe7
a light, electric cyan · cool · closest name: aquamarine
RGB
173, 255, 231
HSL
162°, 100%, 84%
CMYK
32, 0, 9, 0
Luminance
0.8617
Every format
| HEX | #adffe7 |
| RGB | rgb(173, 255, 231) |
| HSL | hsl(162, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 9%, 0%) |
| LAB | lab(94.4 -29.9 3.5) |
| LCH | lch(94.4 30.1 173.2) |
| OKLCH | oklch(0.941 0.087 174.1) |
Copy-ready code
/* CSS */
color: #adffe7;
background-color: #adffe7;
/* Tailwind (arbitrary) */
class="text-[#adffe7] bg-[#adffe7]"
/* SCSS */
$brand: #adffe7;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#adffe7")Accessibility — WCAG contrast
Aa
#adffe7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffe7 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue90.6%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#adffe7 text on a black background
contrast 18.23:1
Card sample
#adffe7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffe7;
Background color
Panel with #adffe7 background
background-color: #adffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffe7; background: linear-gradient(135deg, #adffe7, #ADE0FF);