Teal
#24688F
BlueColor Codes
All color formats for development
HEX
#24688FRGB
rgb(36, 104, 143)HSL
hsl(202, 60%, 35%)OKLCH
oklch(0.493 0.091 238.1)CMYK
cmyk(75%, 27%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205D81
2#1D5372
3#194864
4#153E56
5#123447
6#0E2939
7#0B1F2B
8#07151D
9#040A0E
Tints
Lighter variations
1#2A7BA9
2#318EC4
3#459ED1
4#60ABD7
5#7AB9DE
6#95C7E4
7#AFD5EB
8#CAE3F2
9#E4F1F8
Tones
Muted variations
1#296689
2#2E6584
3#34637F
4#396279
5#3E6074
6#445F6F
7#495E69
8#4F5C64
9#545B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 70B4 #70B4DB | Disabled statesSecondary iconsMuted text |
| 500 | 479F #479FD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D82 #2D82B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2468 #24688F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F0F8;
--teal-200: #CAE3F2;
--teal-300: #A1CEE8;
--teal-400: #70B4DB;
--teal-500: #479FD1;
--teal-600: #2D82B4;
--teal-700: #24688F;
--teal-800: #1A4A66;
--teal-900: #102F41;
--teal-950: #0A1E29;
}