Teal
#28858A
CyanColor Codes
All color formats for development
HEX
#28858ARGB
rgb(40, 133, 138)HSL
hsl(183, 55%, 35%)OKLCH
oklch(0.566 0.084 200.3)CMYK
cmyk(71%, 4%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24787D
2#206B6F
3#1C5D61
4#185053
5#144345
6#103537
7#0C282A
8#081B1C
9#040D0E
Tints
Lighter variations
1#309EA4
2#37B7BE
3#4BC4CB
4#65CDD2
5#7FD5DA
6#98DEE1
7#B2E6E9
8#CCEEF0
9#E5F7F8
Tones
Muted variations
1#2D8185
2#327D81
3#37787C
4#3C7477
5#416F72
6#466B6D
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 | CCEE #CCEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 75D2 #75D2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC5 #4DC5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A8 #32A8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2885 #28858A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5F #1D5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F6F7;
--teal-200: #CCEEF0;
--teal-300: #A4E1E5;
--teal-400: #75D2D7;
--teal-500: #4DC5CB;
--teal-600: #32A8AE;
--teal-700: #28858A;
--teal-800: #1D5F63;
--teal-900: #123D3F;
--teal-950: #0B2628;
}