#adf6df
a light, electric cyan · cool · closest name: aquamarine
RGB
173, 246, 223
HSL
161°, 80%, 82%
CMYK
30, 0, 9, 4
Luminance
0.8012
Every format
| HEX | #adf6df |
| RGB | rgb(173, 246, 223) |
| HSL | hsl(161, 80%, 82%) |
| CMYK | cmyk(30%, 0%, 9%, 4%) |
| LAB | lab(91.7 -27.3 3.9) |
| LCH | lch(91.7 27.6 171.9) |
| OKLCH | oklch(0.919 0.079 172.9) |
Copy-ready code
/* CSS */
color: #adf6df;
background-color: #adf6df;
/* Tailwind (arbitrary) */
class="text-[#adf6df] bg-[#adf6df]"
/* SCSS */
$brand: #adf6df;
/* SwiftUI */
Color(red: 0.678, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#adf6df")Accessibility — WCAG contrast
Aa
#adf6df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf6df on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.5%
Blue87.5%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#adf6df text on a black background
contrast 17.02:1
Card sample
#adf6df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf6df;
Background color
Panel with #adf6df background
background-color: #adf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf6df; background: linear-gradient(135deg, #adf6df, #ADDCF6);