Teal
#24608F
BlueColor Codes
All color formats for development
HEX
#24608FRGB
rgb(36, 96, 143)HSL
hsl(206, 60%, 35%)OKLCH
oklch(0.473 0.098 245.8)CMYK
cmyk(75%, 33%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205781
2#1D4D72
3#194364
4#153A56
5#123047
6#0E2739
7#0B1D2B
8#07131D
9#040A0E
Tints
Lighter variations
1#2A72A9
2#3184C4
3#4594D1
4#60A4D7
5#7AB3DE
6#95C2E4
7#AFD1EB
8#CAE1F2
9#E4F0F8
Tones
Muted variations
1#296089
2#2E5F84
3#345E7F
4#395E79
5#3E5D74
6#445C6F
7#495B69
8#4F5B64
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 70AD #70ADDB | Disabled statesSecondary iconsMuted text |
| 500 | 4795 #4795D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D79 #2D79B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2460 #24608F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2EFF8;
--teal-200: #CAE1F2;
--teal-300: #A1C9E8;
--teal-400: #70ADDB;
--teal-500: #4795D1;
--teal-600: #2D79B4;
--teal-700: #24608F;
--teal-800: #1A4566;
--teal-900: #102C41;
--teal-950: #0A1C29;
}