#adefe3
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 239, 227
HSL
169°, 67%, 81%
CMYK
28, 0, 5, 6
Luminance
0.7616
Every format
| HEX | #adefe3 |
| RGB | rgb(173, 239, 227) |
| HSL | hsl(169, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 5%, 6%) |
| LAB | lab(89.9 -23.1 -0.8) |
| LCH | lch(89.9 23.1 182.1) |
| OKLCH | oklch(0.905 0.068 182.2) |
Copy-ready code
/* CSS */
color: #adefe3;
background-color: #adefe3;
/* Tailwind (arbitrary) */
class="text-[#adefe3] bg-[#adefe3]"
/* SCSS */
$brand: #adefe3;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.890)
/* Android */
Color.parseColor("#adefe3")Accessibility — WCAG contrast
Aa
#adefe3 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefe3 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue89.0%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow5.0%
Key (black)6.3%
Color previews
#adefe3 text on a black background
contrast 16.23:1
Card sample
#adefe3 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefe3;
Background color
Panel with #adefe3 background
background-color: #adefe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefe3; background: linear-gradient(135deg, #adefe3, #ADCFEF);