Teal
#28878A
CyanColor Codes
All color formats for development
HEX
#28878ARGB
rgb(40, 135, 138)HSL
hsl(182, 55%, 35%)OKLCH
oklch(0.571 0.085 198.1)CMYK
cmyk(71%, 2%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247A7D
2#206C6F
3#1C5F61
4#185153
5#144445
6#103637
7#0C292A
8#081B1C
9#040E0E
Tints
Lighter variations
1#30A0A4
2#37B9BE
3#4BC7CB
4#65CFD2
5#7FD7DA
6#98DFE1
7#B2E7E9
8#CCEFF0
9#E5F7F8
Tones
Muted variations
1#2D8285
2#327E81
3#37797C
4#3C7577
5#417072
6#466C6D
7#4B6768
8#4F6263
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEF #CCEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 75D4 #75D4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC7 #4DC7CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AA #32AAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2887 #28878A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D60 #1D6063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123E #123E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F6F7;
--teal-200: #CCEFF0;
--teal-300: #A4E2E5;
--teal-400: #75D4D7;
--teal-500: #4DC7CB;
--teal-600: #32AAAE;
--teal-700: #28878A;
--teal-800: #1D6063;
--teal-900: #123E3F;
--teal-950: #0B2728;
}