Teal
#2E5C85
BlueColor Codes
All color formats for development
HEX
#2E5C85RGB
rgb(46, 92, 133)HSL
hsl(208, 49%, 35%)OKLCH
oklch(0.462 0.084 247.6)CMYK
cmyk(65%, 31%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295378
2#244A6A
3#20415D
4#1B3750
5#172E42
6#122535
7#0E1C28
8#09121B
9#05090D
Tints
Lighter variations
1#366D9E
2#3E7EB6
3#528FC4
4#6B9FCC
5#84AFD5
6#9CBFDD
7#B5CFE6
8#CEDFEE
9#E6EFF7
Tones
Muted variations
1#325C81
2#365C7C
3#3B5B78
4#3F5B73
5#435B6F
6#485A6B
7#4C5A66
8#515A62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA9 #7AA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5490 #5490C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3974 #3974A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E4EEF6;
--teal-200: #CEDFEE;
--teal-300: #A8C6E1;
--teal-400: #7AA9D1;
--teal-500: #5490C4;
--teal-600: #3974A7;
--teal-700: #2E5C85;
--teal-800: #21425F;
--teal-900: #152A3D;
--teal-950: #0D1A26;
}