Teal
#2E7D84
CyanColor Codes
All color formats for development
HEX
#2E7D84RGB
rgb(46, 125, 132)HSL
hsl(185, 48%, 35%)OKLCH
oklch(0.545 0.076 203.4)CMYK
cmyk(65%, 5%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A7077
2#25646A
3#20575C
4#1C4B4F
5#173E42
6#133235
7#0E2528
8#09191A
9#050C0D
Tints
Lighter variations
1#37949D
2#40ABB5
3#53B9C3
4#6CC3CB
5#84CDD4
6#9DD7DD
7#B5E1E5
8#CEEBEE
9#E6F5F6
Tones
Muted variations
1#337980
2#37767C
3#3B7277
4#406F73
5#446B6F
6#48686A
7#4C6466
8#516062
9#555D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC9 #7BC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55BA #55BAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9D #3A9DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7D #2E7D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393C | 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: #E5F4F6;
--teal-200: #CEEBEE;
--teal-300: #A8DCE1;
--teal-400: #7BC9D1;
--teal-500: #55BAC3;
--teal-600: #3A9DA6;
--teal-700: #2E7D84;
--teal-800: #21595E;
--teal-900: #15393C;
--teal-950: #0D2426;
}