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