Teal
#24828F
CyanColor Codes
All color formats for development
HEX
#24828FRGB
rgb(36, 130, 143)HSL
hsl(187, 60%, 35%)OKLCH
oklch(0.559 0.086 208.6)CMYK
cmyk(75%, 9%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#207581
2#1D6872
3#195B64
4#154E56
5#124147
6#0E3439
7#0B272B
8#071A1D
9#040D0E
Tints
Lighter variations
1#2A9BA9
2#31B3C4
3#45C0D1
4#60C9D7
5#7AD2DE
6#95DBE4
7#AFE4EB
8#CAEDF2
9#E4F6F8
Tones
Muted variations
1#297E89
2#2E7A84
3#34767F
4#397279
5#3E6E74
6#446A6F
7#496669
8#4F6164
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 70CF #70CFDB | Disabled statesSecondary iconsMuted text |
| 500 | 47C1 #47C1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA4 #2DA4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2482 #24828F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F5F8;
--teal-200: #CAEDF2;
--teal-300: #A1DFE8;
--teal-400: #70CFDB;
--teal-500: #47C1D1;
--teal-600: #2DA4B4;
--teal-700: #24828F;
--teal-800: #1A5D66;
--teal-900: #103C41;
--teal-950: #0A2529;
}