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