#adfdf3
a light, electric cyan · cool · closest name: turquoise
RGB
173, 253, 243
HSL
173°, 95%, 84%
CMYK
32, 0, 4, 1
Luminance
0.8561
Every format
| HEX | #adfdf3 |
| RGB | rgb(173, 253, 243) |
| HSL | hsl(173, 95%, 84%) |
| CMYK | cmyk(32%, 0%, 4%, 1%) |
| LAB | lab(94.1 -26.4 -3.0) |
| LCH | lch(94.1 26.6 186.5) |
| OKLCH | oklch(0.940 0.079 186.1) |
Copy-ready code
/* CSS */
color: #adfdf3;
background-color: #adfdf3;
/* Tailwind (arbitrary) */
class="text-[#adfdf3] bg-[#adfdf3]"
/* SCSS */
$brand: #adfdf3;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.953)
/* Android */
Color.parseColor("#adfdf3")Accessibility — WCAG contrast
Aa
#adfdf3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfdf3 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue95.3%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow4.0%
Key (black)0.8%
Color previews
#adfdf3 text on a black background
contrast 18.12:1
Card sample
#adfdf3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfdf3;
Background color
Panel with #adfdf3 background
background-color: #adfdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfdf3; background: linear-gradient(135deg, #adfdf3, #ADD2FD);