#1ce2ab
a balanced, electric cyan · cool · closest name: aquamarine
RGB
28, 226, 171
HSL
163°, 78%, 50%
CMYK
88, 0, 24, 11
Luminance
0.5758
Every format
| HEX | #1ce2ab |
| RGB | rgb(28, 226, 171) |
| HSL | hsl(163, 78%, 50%) |
| CMYK | cmyk(88%, 0%, 24%, 11%) |
| LAB | lab(80.5 -57.5 14.4) |
| LCH | lch(80.5 59.3 165.9) |
| OKLCH | oklch(0.812 0.163 166.9) |
Copy-ready code
/* CSS */
color: #1ce2ab;
background-color: #1ce2ab;
/* Tailwind (arbitrary) */
class="text-[#1ce2ab] bg-[#1ce2ab]"
/* SCSS */
$brand: #1ce2ab;
/* SwiftUI */
Color(red: 0.110, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#1ce2ab")Accessibility — WCAG contrast
Aa
#1ce2ab on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ce2ab on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green88.6%
Blue67.1%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#1ce2ab text on a black background
contrast 12.52:1
Card sample
#1ce2ab text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ce2ab;
Background color
Panel with #1ce2ab background
background-color: #1ce2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ce2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ce2ab; background: linear-gradient(135deg, #1ce2ab, #1C95E2);