#adf3eb
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 243, 235
HSL
173°, 75%, 82%
CMYK
29, 0, 3, 5
Luminance
0.7898
Every format
| HEX | #adf3eb |
| RGB | rgb(173, 243, 235) |
| HSL | hsl(173, 75%, 82%) |
| CMYK | cmyk(29%, 0%, 3%, 5%) |
| LAB | lab(91.2 -23.3 -3.1) |
| LCH | lch(91.2 23.5 187.6) |
| OKLCH | oklch(0.916 0.070 187.1) |
Copy-ready code
/* CSS */
color: #adf3eb;
background-color: #adf3eb;
/* Tailwind (arbitrary) */
class="text-[#adf3eb] bg-[#adf3eb]"
/* SCSS */
$brand: #adf3eb;
/* SwiftUI */
Color(red: 0.678, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#adf3eb")Accessibility — WCAG contrast
Aa
#adf3eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf3eb on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.3%
Blue92.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#adf3eb text on a black background
contrast 16.80:1
Card sample
#adf3eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf3eb;
Background color
Panel with #adf3eb background
background-color: #adf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf3eb; background: linear-gradient(135deg, #adf3eb, #ADCCF3);