#1cb0b0
a dark, vivid cyan · cool · closest name: teal
RGB
28, 176, 176
HSL
180°, 73%, 40%
CMYK
84, 0, 0, 31
Luminance
0.3443
Every format
| HEX | #1cb0b0 |
| RGB | rgb(28, 176, 176) |
| HSL | hsl(180, 73%, 40%) |
| CMYK | cmyk(84%, 0%, 0%, 31%) |
| LAB | lab(65.3 -35.1 -10.4) |
| LCH | lch(65.3 36.6 196.5) |
| OKLCH | oklch(0.688 0.113 194.8) |
Copy-ready code
/* CSS */
color: #1cb0b0;
background-color: #1cb0b0;
/* Tailwind (arbitrary) */
class="text-[#1cb0b0] bg-[#1cb0b0]"
/* SCSS */
$brand: #1cb0b0;
/* SwiftUI */
Color(red: 0.110, green: 0.690, blue: 0.690)
/* Android */
Color.parseColor("#1cb0b0")Accessibility — WCAG contrast
Aa
#1cb0b0 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cb0b0 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green69.0%
Blue69.0%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow0.0%
Key (black)31.0%
Color previews
#1cb0b0 text on a black background
contrast 7.89:1
Card sample
#1cb0b0 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cb0b0;
Background color
Panel with #1cb0b0 background
background-color: #1cb0b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cb0b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 176, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 176, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cb0b0; background: linear-gradient(135deg, #1cb0b0, #1C4DB0);