Teal
#28828A
CyanColor Codes
All color formats for development
HEX
#28828ARGB
rgb(40, 130, 138)HSL
hsl(185, 55%, 35%)OKLCH
oklch(0.558 0.083 203.7)CMYK
cmyk(71%, 6%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24757D
2#20686F
3#1C5B61
4#184E53
5#144145
6#103437
7#0C272A
8#081A1C
9#040D0E
Tints
Lighter variations
1#309AA4
2#37B3BE
3#4BC0CB
4#65C9D2
5#7FD2DA
6#98DBE1
7#B2E4E9
8#CCEDF0
9#E5F6F8
Tones
Muted variations
1#2D7E85
2#327A81
3#37767C
4#3C7277
5#416E72
6#466A6D
7#4B6668
8#4F6163
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCED #CCEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DF #A4DFE5 | BordersInactive statesPlaceholder text |
| 400 | 75CF #75CFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC1 #4DC1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A4 #32A4AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2882 #28828A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5D #1D5D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CCEDF0;
--teal-300: #A4DFE5;
--teal-400: #75CFD7;
--teal-500: #4DC1CB;
--teal-600: #32A4AE;
--teal-700: #28828A;
--teal-800: #1D5D63;
--teal-900: #123C3F;
--teal-950: #0B2528;
}