Teal
#2E7E85
CyanColor Codes
All color formats for development
HEX
#2E7E85RGB
rgb(46, 126, 133)HSL
hsl(185, 49%, 35%)OKLCH
oklch(0.548 0.077 203.3)CMYK
cmyk(65%, 5%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#297178
2#24656A
3#20585D
4#1B4B50
5#173F42
6#123235
7#0E2628
8#09191B
9#050D0D
Tints
Lighter variations
1#36959E
2#3EACB6
3#52BAC4
4#6BC4CC
5#84CED5
6#9CD8DD
7#B5E2E6
8#CEEBEE
9#E6F5F7
Tones
Muted variations
1#327A81
2#36767C
3#3B7378
4#3F6F73
5#436B6F
6#48686B
7#4C6466
8#516162
9#555D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7ACA #7ACAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54BB #54BBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399E #399EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7E #2E7E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215A #215A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | Primary textHigh emphasis contentDark headings |
| 950 | 0D24 #0D2426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E4F4F6;
--teal-200: #CEEBEE;
--teal-300: #A8DCE1;
--teal-400: #7ACAD1;
--teal-500: #54BBC4;
--teal-600: #399EA7;
--teal-700: #2E7E85;
--teal-800: #215A5F;
--teal-900: #15393D;
--teal-950: #0D2426;
}