#adfdef
a light, electric cyan · cool · closest name: aquamarine
RGB
173, 253, 239
HSL
170°, 95%, 84%
CMYK
32, 0, 6, 1
Luminance
0.8537
Every format
| HEX | #adfdef |
| RGB | rgb(173, 253, 239) |
| HSL | hsl(170, 95%, 84%) |
| CMYK | cmyk(32%, 0%, 6%, 1%) |
| LAB | lab(94.0 -27.3 -1.1) |
| LCH | lch(94.0 27.3 182.3) |
| OKLCH | oklch(0.939 0.081 182.4) |
Copy-ready code
/* CSS */
color: #adfdef;
background-color: #adfdef;
/* Tailwind (arbitrary) */
class="text-[#adfdef] bg-[#adfdef]"
/* SCSS */
$brand: #adfdef;
/* SwiftUI */
Color(red: 0.678, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#adfdef")Accessibility — WCAG contrast
Aa
#adfdef on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfdef on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green99.2%
Blue93.7%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#adfdef text on a black background
contrast 18.07:1
Card sample
#adfdef text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfdef;
Background color
Panel with #adfdef background
background-color: #adfdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfdef; background: linear-gradient(135deg, #adfdef, #ADD6FD);