#1decce
a balanced, electric cyan · cool · closest name: turquoise
RGB
29, 236, 206
HSL
171°, 85%, 52%
CMYK
88, 0, 13, 8
Luminance
0.6471
Every format
| HEX | #1decce |
| RGB | rgb(29, 236, 206) |
| HSL | hsl(171, 85%, 52%) |
| CMYK | cmyk(88%, 0%, 13%, 8%) |
| LAB | lab(84.3 -52.7 1.5) |
| LCH | lch(84.3 52.7 178.4) |
| OKLCH | oklch(0.846 0.151 178.8) |
Copy-ready code
/* CSS */
color: #1decce;
background-color: #1decce;
/* Tailwind (arbitrary) */
class="text-[#1decce] bg-[#1decce]"
/* SCSS */
$brand: #1decce;
/* SwiftUI */
Color(red: 0.114, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#1decce")Accessibility — WCAG contrast
Aa
#1decce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1decce on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green92.5%
Blue80.8%
CMYK percentages
Cyan87.7%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#1decce text on a black background
contrast 13.94:1
Card sample
#1decce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1decce;
Background color
Panel with #1decce background
background-color: #1decce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1decce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1decce; background: linear-gradient(135deg, #1decce, #1D80EC);