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