Teal
#2C8787
CyanColor Codes
All color formats for development
HEX
#2C8787RGB
rgb(44, 135, 135)HSL
hsl(180, 51%, 35%)OKLCH
oklch(0.571 0.084 195.1)CMYK
cmyk(67%, 0%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#277979
2#236C6C
3#1F5E5E
4#1A5151
5#164343
6#113636
7#0D2828
8#091B1B
9#040D0D
Tints
Lighter variations
1#34A0A0
2#3CB9B9
3#50C6C6
4#69CECE
5#82D6D6
6#9BDFDF
7#B4E7E7
8#CDEFEF
9#E6F7F7
Tones
Muted variations
1#308282
2#357E7E
3#397979
4#3E7575
5#427070
6#476B6B
7#4C6767
8#506262
9#555E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E2 #A6E2E2 | BordersInactive statesPlaceholder text |
| 400 | 78D3 #78D3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52C7 #52C7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 37A9 #37A9A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C87 #2C8787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F60 #1F6060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFB;
--teal-100: #E4F6F6;
--teal-200: #CDEFEF;
--teal-300: #A6E2E2;
--teal-400: #78D3D3;
--teal-500: #52C7C7;
--teal-600: #37A9A9;
--teal-700: #2C8787;
--teal-800: #1F6060;
--teal-900: #143E3E;
--teal-950: #0C2727;
}