#1ebda3
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 189, 163
HSL
170°, 73%, 43%
CMYK
84, 0, 14, 26
Luminance
0.3932
Every format
| HEX | #1ebda3 |
| RGB | rgb(30, 189, 163) |
| HSL | hsl(170, 73%, 43%) |
| CMYK | cmyk(84%, 0%, 14%, 26%) |
| LAB | lab(69.0 -44.5 2.2) |
| LCH | lch(69.0 44.5 177.2) |
| OKLCH | oklch(0.717 0.127 177.7) |
Copy-ready code
/* CSS */
color: #1ebda3;
background-color: #1ebda3;
/* Tailwind (arbitrary) */
class="text-[#1ebda3] bg-[#1ebda3]"
/* SCSS */
$brand: #1ebda3;
/* SwiftUI */
Color(red: 0.118, green: 0.741, blue: 0.639)
/* Android */
Color.parseColor("#1ebda3")Accessibility — WCAG contrast
Aa
#1ebda3 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebda3 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.1%
Blue63.9%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow13.8%
Key (black)25.9%
Color previews
#1ebda3 text on a black background
contrast 8.86:1
Card sample
#1ebda3 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebda3;
Background color
Panel with #1ebda3 background
background-color: #1ebda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 189, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 189, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebda3; background: linear-gradient(135deg, #1ebda3, #1E6DBD);