Teal
#2E7084
CyanColor Codes
All color formats for development
HEX
#2E7084RGB
rgb(46, 112, 132)HSL
hsl(194, 48%, 35%)OKLCH
oklch(0.511 0.073 221)CMYK
cmyk(65%, 15%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6577
2#255A6A
3#204E5C
4#1C434F
5#173842
6#132D35
7#0E2228
8#09161A
9#050B0D
Tints
Lighter variations
1#37859D
2#409AB5
3#53A9C3
4#6CB5CB
5#84C1D4
6#9DCEDD
7#B5DAE5
8#CEE6EE
9#E6F3F6
Tones
Muted variations
1#336E80
2#376C7C
3#3B6977
4#406773
5#44656F
6#48626A
7#4C6066
8#515E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBD #7BBDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AA #55AAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8D #3A8DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E70 #2E7084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F2F6;
--teal-200: #CEE6EE;
--teal-300: #A8D3E1;
--teal-400: #7BBDD1;
--teal-500: #55AAC3;
--teal-600: #3A8DA6;
--teal-700: #2E7084;
--teal-800: #21505E;
--teal-900: #15333C;
--teal-950: #0D2026;
}