#adf8cb
a light, electric green · cool · closest name: aquamarine
RGB
173, 248, 203
HSL
144°, 84%, 83%
CMYK
30, 0, 18, 3
Luminance
0.8033
Every format
| HEX | #adf8cb |
| RGB | rgb(173, 248, 203) |
| HSL | hsl(144, 84%, 83%) |
| CMYK | cmyk(30%, 0%, 18%, 3%) |
| LAB | lab(91.8 -32.1 14.3) |
| LCH | lch(91.8 35.2 156.0) |
| OKLCH | oklch(0.918 0.097 157.5) |
Copy-ready code
/* CSS */
color: #adf8cb;
background-color: #adf8cb;
/* Tailwind (arbitrary) */
class="text-[#adf8cb] bg-[#adf8cb]"
/* SCSS */
$brand: #adf8cb;
/* SwiftUI */
Color(red: 0.678, green: 0.973, blue: 0.796)
/* Android */
Color.parseColor("#adf8cb")Accessibility — WCAG contrast
Aa
#adf8cb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf8cb on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.3%
Blue79.6%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow18.1%
Key (black)2.7%
Color previews
#adf8cb text on a black background
contrast 17.07:1
Card sample
#adf8cb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf8cb;
Background color
Panel with #adf8cb background
background-color: #adf8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 248, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 248, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf8cb; background: linear-gradient(135deg, #adf8cb, #ADF3F8);