Teal
#288A82
CyanColor Codes
All color formats for development
HEX
#288A82RGB
rgb(40, 138, 130)HSL
hsl(175, 55%, 35%)OKLCH
oklch(0.576 0.089 187.1)CMYK
cmyk(71%, 0%, 6%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D75
2#206F68
3#1C615B
4#18534E
5#144541
6#103734
7#0C2A27
8#081C1A
9#040E0D
Tints
Lighter variations
1#30A49A
2#37BEB3
3#4BCBC0
4#65D2C9
5#7FDAD2
6#98E1DB
7#B2E9E4
8#CCF0ED
9#E5F8F6
Tones
Muted variations
1#2D857E
2#32817A
3#377C76
4#3C7772
5#41726E
6#466D6A
7#4B6866
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 #CCF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CF | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635D | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3C | 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: #CCF0ED;
--teal-300: #A4E5DF;
--teal-400: #75D7CF;
--teal-500: #4DCBC1;
--teal-600: #32AEA4;
--teal-700: #288A82;
--teal-800: #1D635D;
--teal-900: #123F3C;
--teal-950: #0B2825;
}