Teal
#24798F
CyanColor Codes
All color formats for development
HEX
#24798FRGB
rgb(36, 121, 143)HSL
hsl(192, 60%, 35%)OKLCH
oklch(0.536 0.085 219)CMYK
cmyk(75%, 15%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206D81
2#1D6172
3#195564
4#154956
5#123D47
6#0E3139
7#0B242B
8#07181D
9#040C0E
Tints
Lighter variations
1#2A90A9
2#31A6C4
3#45B5D1
4#60BFD7
5#7ACADE
6#95D5E4
7#AFDFEB
8#CAEAF2
9#E4F4F8
Tones
Muted variations
1#297689
2#2E7384
3#34707F
4#396D79
5#3E6974
6#44666F
7#496369
8#4F6064
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 70C6 #70C6DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B6 #47B6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D99 #2D99B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2479 #24798F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A57 #1A5766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F4F8;
--teal-200: #CAEAF2;
--teal-300: #A1D9E8;
--teal-400: #70C6DB;
--teal-500: #47B6D1;
--teal-600: #2D99B4;
--teal-700: #24798F;
--teal-800: #1A5766;
--teal-900: #103741;
--teal-950: #0A2329;
}