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