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