Teal
#2E7C84
CyanColor Codes
All color formats for development
HEX
#2E7C84RGB
rgb(46, 124, 132)HSL
hsl(186, 48%, 35%)OKLCH
oklch(0.542 0.076 204.7)CMYK
cmyk(65%, 6%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6F77
2#25636A
3#20565C
4#1C4A4F
5#173E42
6#133135
7#0E2528
8#09191A
9#050C0D
Tints
Lighter variations
1#37929D
2#40A9B5
3#53B8C3
4#6CC2CB
5#84CCD4
6#9DD6DD
7#B5E0E5
8#CEEBEE
9#E6F5F6
Tones
Muted variations
1#337880
2#37757C
3#3B7177
4#406E73
5#446A6F
6#48676A
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 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC8 #7BC8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B8 #55B8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9B #3A9BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383C | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | 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: #A8DBE1;
--teal-400: #7BC8D1;
--teal-500: #55B8C3;
--teal-600: #3A9BA6;
--teal-700: #2E7C84;
--teal-800: #21585E;
--teal-900: #15383C;
--teal-950: #0D2326;
}