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