#adfceb
a light, electric cyan · cool · closest name: aquamarine
RGB
173, 252, 235
HSL
167°, 93%, 83%
CMYK
31, 0, 7, 1
Luminance
0.8450
Every format
| HEX | #adfceb |
| RGB | rgb(173, 252, 235) |
| HSL | hsl(167, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 7%, 1%) |
| LAB | lab(93.7 -27.6 0.4) |
| LCH | lch(93.7 27.6 179.1) |
| OKLCH | oklch(0.935 0.081 179.5) |
Copy-ready code
/* CSS */
color: #adfceb;
background-color: #adfceb;
/* Tailwind (arbitrary) */
class="text-[#adfceb] bg-[#adfceb]"
/* SCSS */
$brand: #adfceb;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#adfceb")Accessibility — WCAG contrast
Aa
#adfceb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfceb on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#adfceb text on a black background
contrast 17.90:1
Card sample
#adfceb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfceb;
Background color
Panel with #adfceb background
background-color: #adfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfceb; background: linear-gradient(135deg, #adfceb, #ADD8FC);