#1dffce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
29, 255, 206
HSL
167°, 100%, 56%
CMYK
89, 0, 19, 0
Luminance
0.7624
Every format
| HEX | #1dffce |
| RGB | rgb(29, 255, 206) |
| HSL | hsl(167, 100%, 56%) |
| CMYK | cmyk(89%, 0%, 19%, 0%) |
| LAB | lab(90.0 -60.2 9.6) |
| LCH | lch(90.0 61.0 170.9) |
| OKLCH | oklch(0.892 0.170 171.8) |
Copy-ready code
/* CSS */
color: #1dffce;
background-color: #1dffce;
/* Tailwind (arbitrary) */
class="text-[#1dffce] bg-[#1dffce]"
/* SCSS */
$brand: #1dffce;
/* SwiftUI */
Color(red: 0.114, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#1dffce")Accessibility — WCAG contrast
Aa
#1dffce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dffce on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green100.0%
Blue80.8%
CMYK percentages
Cyan88.6%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#1dffce text on a black background
contrast 16.25:1
Card sample
#1dffce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dffce;
Background color
Panel with #1dffce background
background-color: #1dffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dffce; background: linear-gradient(135deg, #1dffce, #1D99FF);