#1ef1ce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
30, 241, 206
HSL
170°, 88%, 53%
CMYK
88, 0, 15, 6
Luminance
0.6764
Every format
| HEX | #1ef1ce |
| RGB | rgb(30, 241, 206) |
| HSL | hsl(170, 88%, 53%) |
| CMYK | cmyk(88%, 0%, 15%, 6%) |
| LAB | lab(85.8 -54.7 3.6) |
| LCH | lch(85.8 54.8 176.2) |
| OKLCH | oklch(0.858 0.156 176.8) |
Copy-ready code
/* CSS */
color: #1ef1ce;
background-color: #1ef1ce;
/* Tailwind (arbitrary) */
class="text-[#1ef1ce] bg-[#1ef1ce]"
/* SCSS */
$brand: #1ef1ce;
/* SwiftUI */
Color(red: 0.118, green: 0.945, blue: 0.808)
/* Android */
Color.parseColor("#1ef1ce")Accessibility — WCAG contrast
Aa
#1ef1ce on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ef1ce on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green94.5%
Blue80.8%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow14.5%
Key (black)5.5%
Color previews
#1ef1ce text on a black background
contrast 14.53:1
Card sample
#1ef1ce text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ef1ce;
Background color
Panel with #1ef1ce background
background-color: #1ef1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ef1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 241, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 241, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ef1ce; background: linear-gradient(135deg, #1ef1ce, #1E87F1);