Teal
#2E7A84
CyanColor Codes
All color formats for development
HEX
#2E7A84RGB
rgb(46, 122, 132)HSL
hsl(187, 48%, 35%)OKLCH
oklch(0.537 0.075 207.3)CMYK
cmyk(65%, 8%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6E77
2#25626A
3#20555C
4#1C494F
5#173D42
6#133135
7#0E2528
8#09181A
9#050C0D
Tints
Lighter variations
1#37919D
2#40A7B5
3#53B6C3
4#6CC0CB
5#84CBD4
6#9DD5DD
7#B5E0E5
8#CEEAEE
9#E6F5F6
Tones
Muted variations
1#337780
2#37747C
3#3B7077
4#406D73
5#446A6F
6#48666A
7#4C6366
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 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC7 #7BC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B6 #55B6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A99 #3A99A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7A #2E7A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2157 #21575E | 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: #CEEAEE;
--teal-300: #A8DAE1;
--teal-400: #7BC7D1;
--teal-500: #55B6C3;
--teal-600: #3A99A6;
--teal-700: #2E7A84;
--teal-800: #21575E;
--teal-900: #15383C;
--teal-950: #0D2326;
}