Teal
#2E7285
CyanColor Codes
All color formats for development
HEX
#2E7285RGB
rgb(46, 114, 133)HSL
hsl(193, 49%, 35%)OKLCH
oklch(0.517 0.074 219.3)CMYK
cmyk(65%, 14%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296778
2#245B6A
3#20505D
4#1B4450
5#173942
6#122E35
7#0E2228
8#09171B
9#050B0D
Tints
Lighter variations
1#36879E
2#3E9CB6
3#52ABC4
4#6BB7CC
5#84C3D5
6#9CCFDD
7#B5DBE6
8#CEE7EE
9#E6F3F7
Tones
Muted variations
1#327081
2#366D7C
3#3B6B78
4#3F6873
5#43666F
6#48636B
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABF #7ABFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AC #54ACC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398F #398FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F2F6;
--teal-200: #CEE7EE;
--teal-300: #A8D5E1;
--teal-400: #7ABFD1;
--teal-500: #54ACC4;
--teal-600: #398FA7;
--teal-700: #2E7285;
--teal-800: #21515F;
--teal-900: #15343D;
--teal-950: #0D2126;
}