#1dbeb6
a dark, vivid cyan · cool · closest name: turquoise
RGB
29, 190, 182
HSL
177°, 74%, 43%
CMYK
85, 0, 4, 26
Luminance
0.4047
Every format
| HEX | #1dbeb6 |
| RGB | rgb(29, 190, 182) |
| HSL | hsl(177, 74%, 43%) |
| CMYK | cmyk(85%, 0%, 4%, 26%) |
| LAB | lab(69.8 -39.7 -7.0) |
| LCH | lch(69.8 40.3 190.0) |
| OKLCH | oklch(0.725 0.121 189.3) |
Copy-ready code
/* CSS */
color: #1dbeb6;
background-color: #1dbeb6;
/* Tailwind (arbitrary) */
class="text-[#1dbeb6] bg-[#1dbeb6]"
/* SCSS */
$brand: #1dbeb6;
/* SwiftUI */
Color(red: 0.114, green: 0.745, blue: 0.714)
/* Android */
Color.parseColor("#1dbeb6")Accessibility — WCAG contrast
Aa
#1dbeb6 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dbeb6 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green74.5%
Blue71.4%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow4.2%
Key (black)25.5%
Color previews
#1dbeb6 text on a black background
contrast 9.09:1
Card sample
#1dbeb6 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dbeb6;
Background color
Panel with #1dbeb6 background
background-color: #1dbeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dbeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 190, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 190, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dbeb6; background: linear-gradient(135deg, #1dbeb6, #1D5BBE);