#1adeb0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 222, 176
HSL
166°, 79%, 49%
CMYK
88, 0, 21, 13
Luminance
0.5560
Every format
| HEX | #1adeb0 |
| RGB | rgb(26, 222, 176) |
| HSL | hsl(166, 79%, 49%) |
| CMYK | cmyk(88%, 0%, 21%, 13%) |
| LAB | lab(79.4 -54.9 10.2) |
| LCH | lch(79.4 55.8 169.5) |
| OKLCH | oklch(0.803 0.155 170.4) |
Copy-ready code
/* CSS */
color: #1adeb0;
background-color: #1adeb0;
/* Tailwind (arbitrary) */
class="text-[#1adeb0] bg-[#1adeb0]"
/* SCSS */
$brand: #1adeb0;
/* SwiftUI */
Color(red: 0.102, green: 0.871, blue: 0.690)
/* Android */
Color.parseColor("#1adeb0")Accessibility — WCAG contrast
Aa
#1adeb0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1adeb0 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green87.1%
Blue69.0%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow20.7%
Key (black)12.9%
Color previews
#1adeb0 text on a black background
contrast 12.12:1
Card sample
#1adeb0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1adeb0;
Background color
Panel with #1adeb0 background
background-color: #1adeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1adeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 222, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 222, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1adeb0; background: linear-gradient(135deg, #1adeb0, #1A89DE);