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