#adffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
173, 255, 235
HSL
165°, 100%, 84%
CMYK
32, 0, 8, 0
Luminance
0.8640
Every format
| HEX | #adffeb |
| RGB | rgb(173, 255, 235) |
| HSL | hsl(165, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 8%, 0%) |
| LAB | lab(94.5 -29.1 1.6) |
| LCH | lch(94.5 29.1 176.8) |
| OKLCH | oklch(0.942 0.085 177.4) |
Copy-ready code
/* CSS */
color: #adffeb;
background-color: #adffeb;
/* Tailwind (arbitrary) */
class="text-[#adffeb] bg-[#adffeb]"
/* SCSS */
$brand: #adffeb;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#adffeb")Accessibility — WCAG contrast
Aa
#adffeb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffeb on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue92.2%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#adffeb text on a black background
contrast 18.28:1
Card sample
#adffeb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffeb;
Background color
Panel with #adffeb background
background-color: #adffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffeb; background: linear-gradient(135deg, #adffeb, #ADDCFF);