#adf4eb
a light, electric cyan · cool · closest name: turquoise
RGB
173, 244, 235
HSL
172°, 76%, 82%
CMYK
29, 0, 4, 4
Luminance
0.7958
Every format
| HEX | #adf4eb |
| RGB | rgb(173, 244, 235) |
| HSL | hsl(172, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 4%, 4%) |
| LAB | lab(91.5 -23.8 -2.7) |
| LCH | lch(91.5 23.9 186.5) |
| OKLCH | oklch(0.918 0.071 186.2) |
Copy-ready code
/* CSS */
color: #adf4eb;
background-color: #adf4eb;
/* Tailwind (arbitrary) */
class="text-[#adf4eb] bg-[#adf4eb]"
/* SCSS */
$brand: #adf4eb;
/* SwiftUI */
Color(red: 0.678, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#adf4eb")Accessibility — WCAG contrast
Aa
#adf4eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf4eb on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.7%
Blue92.2%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#adf4eb text on a black background
contrast 16.92:1
Card sample
#adf4eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf4eb;
Background color
Panel with #adf4eb background
background-color: #adf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf4eb; background: linear-gradient(135deg, #adf4eb, #ADCEF4);