Teal
#288A81
CyanColor Codes
All color formats for development
HEX
#288A81RGB
rgb(40, 138, 129)HSL
hsl(174, 55%, 35%)OKLCH
oklch(0.576 0.089 186.1)CMYK
cmyk(71%, 0%, 7%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D74
2#206F67
3#1C615A
4#18534D
5#144540
6#103733
7#0C2A27
8#081C1A
9#040E0D
Tints
Lighter variations
1#30A498
2#37BEB0
3#4BCBBE
4#65D2C7
5#7FDAD1
6#98E1DA
7#B2E9E3
8#CCF0EC
9#E5F8F6
Tones
Muted variations
1#2D857D
2#328179
3#377C75
4#3C7771
5#41726D
6#466D69
7#4B6865
8#4F6361
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F5;
--teal-200: #CCF0EC;
--teal-300: #A4E5DE;
--teal-400: #75D7CD;
--teal-500: #4DCBBF;
--teal-600: #32AEA2;
--teal-700: #288A81;
--teal-800: #1D635C;
--teal-900: #123F3B;
--teal-950: #0B2825;
}