Teal
#278B8A
CyanColor Codes
All color formats for development
HEX
#278B8ARGB
rgb(39, 139, 138)HSL
hsl(179, 56%, 35%)OKLCH
oklch(0.581 0.089 194)CMYK
cmyk(72%, 0%, 1%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D7C
2#1F6F6E
3#1B6160
4#185453
5#144645
6#103837
7#0C2A29
8#081C1C
9#040E0E
Tints
Lighter variations
1#2FA5A3
2#36BFBD
3#4ACCCA
4#64D3D1
5#7EDBD9
6#98E2E1
7#B1E9E8
8#CBF0F0
9#E5F8F7
Tones
Muted variations
1#2C8685
2#318180
3#367C7B
4#3B7776
5#407271
6#456D6D
7#4A6868
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F7;
--teal-200: #CBF0F0;
--teal-300: #A4E5E4;
--teal-400: #74D8D6;
--teal-500: #4CCDCA;
--teal-600: #31AFAD;
--teal-700: #278B8A;
--teal-800: #1C6362;
--teal-900: #12403F;
--teal-950: #0B2827;
}