Teal
#2E7385
CyanColor Codes
All color formats for development
HEX
#2E7385RGB
rgb(46, 115, 133)HSL
hsl(192, 49%, 35%)OKLCH
oklch(0.52 0.074 217.9)CMYK
cmyk(65%, 14%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296878
2#245C6A
3#20515D
4#1B4550
5#173A42
6#122E35
7#0E2328
8#09171B
9#050C0D
Tints
Lighter variations
1#36899E
2#3E9EB6
3#52ADC4
4#6BB9CC
5#84C4D5
6#9CD0DD
7#B5DCE6
8#CEE8EE
9#E6F3F7
Tones
Muted variations
1#327181
2#366E7C
3#3B6C78
4#3F6973
5#43666F
6#48646B
7#4C6166
8#515E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC0 #7AC0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AE #54AEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3991 #3991A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | 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: #F4FAFB;
--teal-100: #E4F2F6;
--teal-200: #CEE8EE;
--teal-300: #A8D6E1;
--teal-400: #7AC0D1;
--teal-500: #54AEC4;
--teal-600: #3991A7;
--teal-700: #2E7385;
--teal-800: #21525F;
--teal-900: #15353D;
--teal-950: #0D2126;
}