#1ba080
a dark, vivid cyan · cool · closest name: seagreen
RGB
27, 160, 128
HSL
166°, 71%, 37%
CMYK
83, 0, 20, 37
Luminance
0.2693
Every format
| HEX | #1ba080 |
| RGB | rgb(27, 160, 128) |
| HSL | hsl(166, 71%, 37%) |
| CMYK | cmyk(83%, 0%, 20%, 37%) |
| LAB | lab(58.9 -41.6 7.1) |
| LCH | lch(58.9 42.3 170.3) |
| OKLCH | oklch(0.631 0.118 171.1) |
Copy-ready code
/* CSS */
color: #1ba080;
background-color: #1ba080;
/* Tailwind (arbitrary) */
class="text-[#1ba080] bg-[#1ba080]"
/* SCSS */
$brand: #1ba080;
/* SwiftUI */
Color(red: 0.106, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#1ba080")Accessibility — WCAG contrast
Aa
#1ba080 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba080 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green62.7%
Blue50.2%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#1ba080 text on a black background
contrast 6.39:1
Card sample
#1ba080 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba080;
Background color
Panel with #1ba080 background
background-color: #1ba080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba080; background: linear-gradient(135deg, #1ba080, #1B67A0);