Teal
#2E7384
CyanColor Codes
All color formats for development
HEX
#2E7384RGB
rgb(46, 115, 132)HSL
hsl(192, 48%, 35%)OKLCH
oklch(0.519 0.073 216.8)CMYK
cmyk(65%, 13%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6777
2#255C6A
3#20505C
4#1C454F
5#173942
6#132E35
7#0E2228
8#09171A
9#050B0D
Tints
Lighter variations
1#37889D
2#409EB5
3#53ACC3
4#6CB8CB
5#84C4D4
6#9DD0DD
7#B5DCE5
8#CEE7EE
9#E6F3F6
Tones
Muted variations
1#337080
2#376E7C
3#3B6B77
4#406973
5#44666F
6#48646A
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 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBF #7BBFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AD #55ADC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A91 #3A91A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353C | 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: #E5F2F6;
--teal-200: #CEE7EE;
--teal-300: #A8D5E1;
--teal-400: #7BBFD1;
--teal-500: #55ADC3;
--teal-600: #3A91A6;
--teal-700: #2E7384;
--teal-800: #21525E;
--teal-900: #15353C;
--teal-950: #0D2126;
}