#1cb094
a dark, vivid cyan · cool · closest name: turquoise
RGB
28, 176, 148
HSL
169°, 73%, 40%
CMYK
84, 0, 16, 31
Luminance
0.3344
Every format
| HEX | #1cb094 |
| RGB | rgb(28, 176, 148) |
| HSL | hsl(169, 73%, 40%) |
| CMYK | cmyk(84%, 0%, 16%, 31%) |
| LAB | lab(64.5 -43.1 4.0) |
| LCH | lch(64.5 43.3 174.7) |
| OKLCH | oklch(0.679 0.123 175.3) |
Copy-ready code
/* CSS */
color: #1cb094;
background-color: #1cb094;
/* Tailwind (arbitrary) */
class="text-[#1cb094] bg-[#1cb094]"
/* SCSS */
$brand: #1cb094;
/* SwiftUI */
Color(red: 0.110, green: 0.690, blue: 0.580)
/* Android */
Color.parseColor("#1cb094")Accessibility — WCAG contrast
Aa
#1cb094 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cb094 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green69.0%
Blue58.0%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow15.9%
Key (black)31.0%
Color previews
#1cb094 text on a black background
contrast 7.69:1
Card sample
#1cb094 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cb094;
Background color
Panel with #1cb094 background
background-color: #1cb094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cb094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 176, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 176, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cb094; background: linear-gradient(135deg, #1cb094, #1C69B0);