#1ebaa0
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 186, 160
HSL
170°, 72%, 42%
CMYK
84, 0, 14, 27
Luminance
0.3793
Every format
| HEX | #1ebaa0 |
| RGB | rgb(30, 186, 160) |
| HSL | hsl(170, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 14%, 27%) |
| LAB | lab(68.0 -44.0 2.4) |
| LCH | lch(68.0 44.1 176.9) |
| OKLCH | oklch(0.708 0.126 177.4) |
Copy-ready code
/* CSS */
color: #1ebaa0;
background-color: #1ebaa0;
/* Tailwind (arbitrary) */
class="text-[#1ebaa0] bg-[#1ebaa0]"
/* SCSS */
$brand: #1ebaa0;
/* SwiftUI */
Color(red: 0.118, green: 0.729, blue: 0.627)
/* Android */
Color.parseColor("#1ebaa0")Accessibility — WCAG contrast
Aa
#1ebaa0 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebaa0 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.9%
Blue62.7%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow14.0%
Key (black)27.1%
Color previews
#1ebaa0 text on a black background
contrast 8.59:1
Card sample
#1ebaa0 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebaa0;
Background color
Panel with #1ebaa0 background
background-color: #1ebaa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebaa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 186, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 186, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebaa0; background: linear-gradient(135deg, #1ebaa0, #1E6CBA);