#adefdf
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 239, 223
HSL
166°, 67%, 81%
CMYK
28, 0, 7, 6
Luminance
0.7594
Every format
| HEX | #adefdf |
| RGB | rgb(173, 239, 223) |
| HSL | hsl(166, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 7%, 6%) |
| LAB | lab(89.8 -23.9 1.1) |
| LCH | lch(89.8 23.9 177.4) |
| OKLCH | oklch(0.903 0.070 177.9) |
Copy-ready code
/* CSS */
color: #adefdf;
background-color: #adefdf;
/* Tailwind (arbitrary) */
class="text-[#adefdf] bg-[#adefdf]"
/* SCSS */
$brand: #adefdf;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#adefdf")Accessibility — WCAG contrast
Aa
#adefdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefdf on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue87.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#adefdf text on a black background
contrast 16.19:1
Card sample
#adefdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefdf;
Background color
Panel with #adefdf background
background-color: #adefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefdf; background: linear-gradient(135deg, #adefdf, #ADD3EF);