#1dffca
a balanced, electric cyan · cool · closest name: aquamarine
RGB
29, 255, 202
HSL
166°, 100%, 56%
CMYK
89, 0, 21, 0
Luminance
0.7605
Every format
| HEX | #1dffca |
| RGB | rgb(29, 255, 202) |
| HSL | hsl(166, 100%, 56%) |
| CMYK | cmyk(89%, 0%, 21%, 0%) |
| LAB | lab(89.9 -61.2 11.5) |
| LCH | lch(89.9 62.3 169.3) |
| OKLCH | oklch(0.891 0.173 170.2) |
Copy-ready code
/* CSS */
color: #1dffca;
background-color: #1dffca;
/* Tailwind (arbitrary) */
class="text-[#1dffca] bg-[#1dffca]"
/* SCSS */
$brand: #1dffca;
/* SwiftUI */
Color(red: 0.114, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#1dffca")Accessibility — WCAG contrast
Aa
#1dffca on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dffca on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green100.0%
Blue79.2%
CMYK percentages
Cyan88.6%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#1dffca text on a black background
contrast 16.21:1
Card sample
#1dffca text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dffca;
Background color
Panel with #1dffca background
background-color: #1dffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dffca; background: linear-gradient(135deg, #1dffca, #1D9DFF);