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