#adf8df
a light, electric cyan · cool · closest name: aquamarine
RGB
173, 248, 223
HSL
160°, 84%, 83%
CMYK
30, 0, 10, 3
Luminance
0.8135
Every format
| HEX | #adf8df |
| RGB | rgb(173, 248, 223) |
| HSL | hsl(160, 84%, 83%) |
| CMYK | cmyk(30%, 0%, 10%, 3%) |
| LAB | lab(92.3 -28.2 4.7) |
| LCH | lch(92.3 28.6 170.6) |
| OKLCH | oklch(0.923 0.082 171.7) |
Copy-ready code
/* CSS */
color: #adf8df;
background-color: #adf8df;
/* Tailwind (arbitrary) */
class="text-[#adf8df] bg-[#adf8df]"
/* SCSS */
$brand: #adf8df;
/* SwiftUI */
Color(red: 0.678, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#adf8df")Accessibility — WCAG contrast
Aa
#adf8df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf8df on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.3%
Blue87.5%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#adf8df text on a black background
contrast 17.27:1
Card sample
#adf8df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf8df;
Background color
Panel with #adf8df background
background-color: #adf8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf8df; background: linear-gradient(135deg, #adf8df, #ADDFF8);