Teal
#2D8686
CyanColor Codes
All color formats for development
HEX
#2D8686RGB
rgb(45, 134, 134)HSL
hsl(180, 50%, 35%)OKLCH
oklch(0.569 0.082 195.1)CMYK
cmyk(66%, 0%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#287878
2#246B6B
3#1F5E5E
4#1B5050
5#164343
6#123636
7#0D2828
8#091B1B
9#040D0D
Tints
Lighter variations
1#359F9F
2#3DB8B8
3#51C5C5
4#6ACDCD
5#83D6D6
6#9CDEDE
7#B4E6E6
8#CDEEEE
9#E6F7F7
Tones
Muted variations
1#318181
2#367D7D
3#3A7878
4#3E7474
5#437070
6#476B6B
7#4C6767
8#506262
9#555E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEE #CDEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7E2 #A7E2E2 | BordersInactive statesPlaceholder text |
| 400 | 79D2 #79D2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53C6 #53C6C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 38A8 #38A8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D86 #2D8686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2060 #206060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143D #143D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FBFB;
--teal-100: #E4F6F6;
--teal-200: #CDEEEE;
--teal-300: #A7E2E2;
--teal-400: #79D2D2;
--teal-500: #53C6C6;
--teal-600: #38A8A8;
--teal-700: #2D8686;
--teal-800: #206060;
--teal-900: #143D3D;
--teal-950: #0D2626;
}