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