Teal
#2E7984
CyanColor Codes
All color formats for development
HEX
#2E7984RGB
rgb(46, 121, 132)HSL
hsl(188, 48%, 35%)OKLCH
oklch(0.535 0.074 208.6)CMYK
cmyk(65%, 8%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6D77
2#25616A
3#20545C
4#1C484F
5#173C42
6#133035
7#0E2428
8#09181A
9#050C0D
Tints
Lighter variations
1#378F9D
2#40A5B5
3#53B4C3
4#6CBFCB
5#84C9D4
6#9DD4DD
7#B5DFE5
8#CEEAEE
9#E6F4F6
Tones
Muted variations
1#337680
2#37727C
3#3B6F77
4#406C73
5#44696F
6#48666A
7#4C6366
8#516062
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D9 #A8D9E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC5 #7BC5D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B5 #55B5C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A98 #3A98A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E79 #2E7984 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2156 #21565E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1537 #15373C | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E5F3F6;
--teal-200: #CEEAEE;
--teal-300: #A8D9E1;
--teal-400: #7BC5D1;
--teal-500: #55B5C3;
--teal-600: #3A98A6;
--teal-700: #2E7984;
--teal-800: #21565E;
--teal-900: #15373C;
--teal-950: #0D2226;
}