#1cb2ba
a dark, vivid cyan · cool · closest name: teal
RGB
28, 178, 186
HSL
183°, 74%, 42%
CMYK
85, 4, 0, 27
Luminance
0.3563
Every format
| HEX | #1cb2ba |
| RGB | rgb(28, 178, 186) |
| HSL | hsl(183, 74%, 42%) |
| CMYK | cmyk(85%, 4%, 0%, 27%) |
| LAB | lab(66.2 -33.0 -14.5) |
| LCH | lch(66.2 36.1 203.8) |
| OKLCH | oklch(0.696 0.114 200.8) |
Copy-ready code
/* CSS */
color: #1cb2ba;
background-color: #1cb2ba;
/* Tailwind (arbitrary) */
class="text-[#1cb2ba] bg-[#1cb2ba]"
/* SCSS */
$brand: #1cb2ba;
/* SwiftUI */
Color(red: 0.110, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#1cb2ba")Accessibility — WCAG contrast
Aa
#1cb2ba on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cb2ba on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green69.8%
Blue72.9%
CMYK percentages
Cyan84.9%
Magenta4.3%
Yellow0.0%
Key (black)27.1%
Color previews
#1cb2ba text on a black background
contrast 8.13:1
Card sample
#1cb2ba text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cb2ba;
Background color
Panel with #1cb2ba background
background-color: #1cb2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cb2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cb2ba; background: linear-gradient(135deg, #1cb2ba, #1C49BA);