Teal
#245F8F
BlueColor Codes
All color formats for development
HEX
#245F8FRGB
rgb(36, 95, 143)HSL
hsl(207, 60%, 35%)OKLCH
oklch(0.471 0.099 246.7)CMYK
cmyk(75%, 34%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205581
2#1D4C72
3#194264
4#153956
5#122F47
6#0E2639
7#0B1C2B
8#07131D
9#04090E
Tints
Lighter variations
1#2A70A9
2#3182C4
3#4592D1
4#60A2D7
5#7AB1DE
6#95C1E4
7#AFD0EB
8#CAE0F2
9#E4EFF8
Tones
Muted variations
1#295E89
2#2E5E84
3#345D7F
4#395C79
5#3E5C74
6#445B6F
7#495B69
8#4F5A64
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 70AB #70ABDB | Disabled statesSecondary iconsMuted text |
| 500 | 4793 #4793D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D77 #2D77B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 245F #245F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EEF8;
--teal-200: #CAE0F2;
--teal-300: #A1C8E8;
--teal-400: #70ABDB;
--teal-500: #4793D1;
--teal-600: #2D77B4;
--teal-700: #245F8F;
--teal-800: #1A4466;
--teal-900: #102B41;
--teal-950: #0A1B29;
}