#adf5eb
a light, electric cyan · cool · closest name: turquoise
RGB
173, 245, 235
HSL
172°, 78%, 82%
CMYK
29, 0, 4, 4
Luminance
0.8019
Every format
| HEX | #adf5eb |
| RGB | rgb(173, 245, 235) |
| HSL | hsl(172, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 4%, 4%) |
| LAB | lab(91.8 -24.3 -2.3) |
| LCH | lch(91.8 24.4 185.5) |
| OKLCH | oklch(0.920 0.073 185.2) |
Copy-ready code
/* CSS */
color: #adf5eb;
background-color: #adf5eb;
/* Tailwind (arbitrary) */
class="text-[#adf5eb] bg-[#adf5eb]"
/* SCSS */
$brand: #adf5eb;
/* SwiftUI */
Color(red: 0.678, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#adf5eb")Accessibility — WCAG contrast
Aa
#adf5eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf5eb on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.1%
Blue92.2%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#adf5eb text on a black background
contrast 17.04:1
Card sample
#adf5eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf5eb;
Background color
Panel with #adf5eb background
background-color: #adf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf5eb; background: linear-gradient(135deg, #adf5eb, #ADCFF5);