Teal
#278B80
CyanColor Codes
All color formats for development
HEX
#278B80RGB
rgb(39, 139, 128)HSL
hsl(173, 56%, 35%)OKLCH
oklch(0.578 0.091 184.3)CMYK
cmyk(72%, 0%, 8%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D73
2#1F6F66
3#1B6159
4#18544D
5#144640
6#103833
7#0C2A26
8#081C1A
9#040E0D
Tints
Lighter variations
1#2FA597
2#36BFAF
3#4ACCBD
4#64D3C6
5#7EDBD0
6#98E2D9
7#B1E9E3
8#CBF0EC
9#E5F8F6
Tones
Muted variations
1#2C867C
2#318178
3#367C74
4#3B7770
5#40726C
6#456D69
7#4A6865
8#4F6361
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CC | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F5;
--teal-200: #CBF0EC;
--teal-300: #A4E5DE;
--teal-400: #74D8CC;
--teal-500: #4CCDBE;
--teal-600: #31AFA0;
--teal-700: #278B80;
--teal-800: #1C635B;
--teal-900: #12403A;
--teal-950: #0B2824;
}