Teal
#288A85
CyanColor Codes
All color formats for development
HEX
#288A85RGB
rgb(40, 138, 133)HSL
hsl(177, 55%, 35%)OKLCH
oklch(0.577 0.088 190)CMYK
cmyk(71%, 0%, 4%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D78
2#206F6B
3#1C615D
4#185350
5#144543
6#103735
7#0C2A28
8#081C1B
9#040E0D
Tints
Lighter variations
1#30A49E
2#37BEB7
3#4BCBC4
4#65D2CD
5#7FDAD5
6#98E1DE
7#B2E9E6
8#CCF0EE
9#E5F8F7
Tones
Muted variations
1#2D8581
2#32817D
3#377C78
4#3C7774
5#41726F
6#466D6B
7#4B6867
8#4F6362
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D2 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F6;
--teal-200: #CCF0EE;
--teal-300: #A4E5E1;
--teal-400: #75D7D2;
--teal-500: #4DCBC5;
--teal-600: #32AEA8;
--teal-700: #288A85;
--teal-800: #1D635F;
--teal-900: #123F3D;
--teal-950: #0B2826;
}