Teal
#2C7E87
CyanColor Codes
All color formats for development
HEX
#2C7E87RGB
rgb(44, 126, 135)HSL
hsl(186, 51%, 35%)OKLCH
oklch(0.548 0.078 205.4)CMYK
cmyk(67%, 7%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#277179
2#23656C
3#1F585E
4#1A4B51
5#163F43
6#113236
7#0D2628
8#09191B
9#040D0D
Tints
Lighter variations
1#3495A0
2#3CACB9
3#50BAC6
4#69C4CE
5#82CED6
6#9BD8DF
7#B4E2E7
8#CDEBEF
9#E6F5F7
Tones
Muted variations
1#307A82
2#35767E
3#397379
4#3E6F75
5#426B70
6#47686B
7#4C6467
8#506162
9#555D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DC #A6DCE2 | BordersInactive statesPlaceholder text |
| 400 | 78CA #78CAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52BB #52BBC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379E #379EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7E #2C7E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F5A #1F5A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F4F6;
--teal-200: #CDEBEF;
--teal-300: #A6DCE2;
--teal-400: #78CAD3;
--teal-500: #52BBC7;
--teal-600: #379EA9;
--teal-700: #2C7E87;
--teal-800: #1F5A60;
--teal-900: #14393E;
--teal-950: #0C2427;
}