#adf8eb
a light, electric cyan · cool · closest name: turquoise
RGB
173, 248, 235
HSL
170°, 84%, 83%
CMYK
30, 0, 5, 3
Luminance
0.8202
Every format
| HEX | #adf8eb |
| RGB | rgb(173, 248, 235) |
| HSL | hsl(170, 84%, 83%) |
| CMYK | cmyk(30%, 0%, 5%, 3%) |
| LAB | lab(92.6 -25.7 -1.1) |
| LCH | lch(92.6 25.8 182.5) |
| OKLCH | oklch(0.926 0.076 182.6) |
Copy-ready code
/* CSS */
color: #adf8eb;
background-color: #adf8eb;
/* Tailwind (arbitrary) */
class="text-[#adf8eb] bg-[#adf8eb]"
/* SCSS */
$brand: #adf8eb;
/* SwiftUI */
Color(red: 0.678, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#adf8eb")Accessibility — WCAG contrast
Aa
#adf8eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf8eb on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.3%
Blue92.2%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#adf8eb text on a black background
contrast 17.40:1
Card sample
#adf8eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf8eb;
Background color
Panel with #adf8eb background
background-color: #adf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf8eb; background: linear-gradient(135deg, #adf8eb, #ADD3F8);