Teal
#2C7B87
CyanColor Codes
All color formats for development
HEX
#2C7B87RGB
rgb(44, 123, 135)HSL
hsl(188, 51%, 35%)OKLCH
oklch(0.54 0.077 209.2)CMYK
cmyk(67%, 9%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276E79
2#23626C
3#1F565E
4#1A4A51
5#163D43
6#113136
7#0D2528
8#09191B
9#040C0D
Tints
Lighter variations
1#3491A0
2#3CA8B9
3#50B6C6
4#69C1CE
5#82CBD6
6#9BD5DF
7#B4E0E7
8#CDEAEF
9#E6F5F7
Tones
Muted variations
1#307782
2#35747E
3#397179
4#3E6D75
5#426A70
6#47676B
7#4C6367
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 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DA #A6DAE2 | BordersInactive statesPlaceholder text |
| 400 | 78C7 #78C7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B7 #52B7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379A #379AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7B #2C7B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F58 #1F5860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383E | 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: #CDEAEF;
--teal-300: #A6DAE2;
--teal-400: #78C7D3;
--teal-500: #52B7C7;
--teal-600: #379AA9;
--teal-700: #2C7B87;
--teal-800: #1F5860;
--teal-900: #14383E;
--teal-950: #0C2327;
}