Teal
#278B8B
CyanColor Codes
All color formats for development
HEX
#278B8BRGB
rgb(39, 139, 139)HSL
hsl(180, 56%, 35%)OKLCH
oklch(0.582 0.088 195)CMYK
cmyk(72%, 0%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D7D
2#1F6F6F
3#1B6161
4#185454
5#144646
6#103838
7#0C2A2A
8#081C1C
9#040E0E
Tints
Lighter variations
1#2FA5A5
2#36BFBF
3#4ACCCC
4#64D3D3
5#7EDBDB
6#98E2E2
7#B1E9E9
8#CBF0F0
9#E5F8F8
Tones
Muted variations
1#2C8686
2#318181
3#367C7C
4#3B7777
5#407272
6#456D6D
7#4A6868
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E3F7F7;
--teal-200: #CBF0F0;
--teal-300: #A4E5E5;
--teal-400: #74D8D8;
--teal-500: #4CCDCD;
--teal-600: #31AFAF;
--teal-700: #278B8B;
--teal-800: #1C6363;
--teal-900: #124040;
--teal-950: #0B2828;
}