Teal
#24708F
BlueColor Codes
All color formats for development
HEX
#24708FRGB
rgb(36, 112, 143)HSL
hsl(197, 60%, 35%)OKLCH
oklch(0.513 0.087 229.5)CMYK
cmyk(75%, 22%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206581
2#1D5A72
3#194F64
4#154356
5#123847
6#0E2D39
7#0B222B
8#07161D
9#040B0E
Tints
Lighter variations
1#2A85A9
2#319AC4
3#45A9D1
4#60B5D7
5#7AC2DE
6#95CEE4
7#AFDAEB
8#CAE6F2
9#E4F3F8
Tones
Muted variations
1#296E89
2#2E6C84
3#34697F
4#396779
5#3E6574
6#44636F
7#496069
8#4F5E64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 70BD #70BDDB | Disabled statesSecondary iconsMuted text |
| 500 | 47AA #47AAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D8D #2D8DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2470 #24708F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F2F8;
--teal-200: #CAE6F2;
--teal-300: #A1D4E8;
--teal-400: #70BDDB;
--teal-500: #47AAD1;
--teal-600: #2D8DB4;
--teal-700: #24708F;
--teal-800: #1A5066;
--teal-900: #103341;
--teal-950: #0A2029;
}