Teal
#288A8A
CyanColor Codes
All color formats for development
HEX
#288A8ARGB
rgb(40, 138, 138)HSL
hsl(180, 55%, 35%)OKLCH
oklch(0.579 0.087 195)CMYK
cmyk(71%, 0%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D7D
2#206F6F
3#1C6161
4#185353
5#144545
6#103737
7#0C2A2A
8#081C1C
9#040E0E
Tints
Lighter variations
1#30A4A4
2#37BEBE
3#4BCBCB
4#65D2D2
5#7FDADA
6#98E1E1
7#B2E9E9
8#CCF0F0
9#E5F8F8
Tones
Muted variations
1#2D8585
2#328181
3#377C7C
4#3C7777
5#417272
6#466D6D
7#4B6868
8#4F6363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E3F7F7;
--teal-200: #CCF0F0;
--teal-300: #A4E5E5;
--teal-400: #75D7D7;
--teal-500: #4DCBCB;
--teal-600: #32AEAE;
--teal-700: #288A8A;
--teal-800: #1D6363;
--teal-900: #123F3F;
--teal-950: #0B2828;
}