Teal
#2C7C87
CyanColor Codes
All color formats for development
HEX
#2C7C87RGB
rgb(44, 124, 135)HSL
hsl(187, 51%, 35%)OKLCH
oklch(0.543 0.078 207.9)CMYK
cmyk(67%, 8%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#277079
2#23636C
3#1F575E
4#1A4A51
5#163E43
6#113236
7#0D2528
8#09191B
9#040C0D
Tints
Lighter variations
1#3493A0
2#3CAAB9
3#50B8C6
4#69C2CE
5#82CDD6
6#9BD7DF
7#B4E1E7
8#CDEBEF
9#E6F5F7
Tones
Muted variations
1#307982
2#35757E
3#397279
4#3E6E75
5#426B70
6#47676B
7#4C6467
8#506062
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 | A6DB #A6DBE2 | BordersInactive statesPlaceholder text |
| 400 | 78C9 #78C9D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B9 #52B9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379C #379CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7C #2C7C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | 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: #A6DBE2;
--teal-400: #78C9D3;
--teal-500: #52B9C7;
--teal-600: #379CA9;
--teal-700: #2C7C87;
--teal-800: #1F5960;
--teal-900: #14393E;
--teal-950: #0C2327;
}