Teal
#288A87
CyanColor Codes
All color formats for development
HEX
#288A87RGB
rgb(40, 138, 135)HSL
hsl(178, 55%, 35%)OKLCH
oklch(0.578 0.088 192)CMYK
cmyk(71%, 0%, 2%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D7A
2#206F6C
3#1C615F
4#185351
5#144544
6#103736
7#0C2A29
8#081C1B
9#040E0E
Tints
Lighter variations
1#30A4A0
2#37BEB9
3#4BCBC7
4#65D2CF
5#7FDAD7
6#98E1DF
7#B2E9E7
8#CCF0EF
9#E5F8F7
Tones
Muted variations
1#2D8582
2#32817E
3#377C79
4#3C7775
5#417270
6#466D6C
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 #CCF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F7F6;
--teal-200: #CCF0EF;
--teal-300: #A4E5E2;
--teal-400: #75D7D4;
--teal-500: #4DCBC7;
--teal-600: #32AEAA;
--teal-700: #288A87;
--teal-800: #1D6360;
--teal-900: #123F3E;
--teal-950: #0B2827;
}