Teal
#2E7284
CyanColor Codes
All color formats for development
HEX
#2E7284RGB
rgb(46, 114, 132)HSL
hsl(193, 48%, 35%)OKLCH
oklch(0.517 0.073 218.2)CMYK
cmyk(65%, 14%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6677
2#255B6A
3#204F5C
4#1C444F
5#173942
6#132D35
7#0E2228
8#09171A
9#050B0D
Tints
Lighter variations
1#37879D
2#409CB5
3#53ABC3
4#6CB7CB
5#84C3D4
6#9DCFDD
7#B5DBE5
8#CEE7EE
9#E6F3F6
Tones
Muted variations
1#336F80
2#376D7C
3#3B6A77
4#406873
5#44656F
6#48636A
7#4C6166
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 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBE #7BBED1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AB #55ABC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8F #3A8FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343C | 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: #CEE7EE;
--teal-300: #A8D4E1;
--teal-400: #7BBED1;
--teal-500: #55ABC3;
--teal-600: #3A8FA6;
--teal-700: #2E7284;
--teal-800: #21515E;
--teal-900: #15343C;
--teal-950: #0D2026;
}