Teal
#2C5E87
BlueColor Codes
All color formats for development
HEX
#2C5E87RGB
rgb(44, 94, 135)HSL
hsl(207, 51%, 35%)OKLCH
oklch(0.467 0.086 245.9)CMYK
cmyk(67%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275479
2#234B6C
3#1F425E
4#1A3851
5#162F43
6#112636
7#0D1C28
8#09131B
9#04090D
Tints
Lighter variations
1#346FA0
2#3C81B9
3#5091C6
4#69A1CE
5#82B0D6
6#9BC0DF
7#B4D0E7
8#CDE0EF
9#E6EFF7
Tones
Muted variations
1#305D82
2#355D7E
3#395C79
4#3E5C75
5#425C70
6#475B6B
7#4C5B67
8#505A62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E2 | BordersInactive statesPlaceholder text |
| 400 | 78AA #78AAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5292 #5292C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3776 #3776A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5E #2C5E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EEF6;
--teal-200: #CDE0EF;
--teal-300: #A6C7E2;
--teal-400: #78AAD3;
--teal-500: #5292C7;
--teal-600: #3776A9;
--teal-700: #2C5E87;
--teal-800: #1F4360;
--teal-900: #142B3E;
--teal-950: #0C1B27;
}