Teal
#2C7687
CyanColor Codes
All color formats for development
HEX
#2C7687RGB
rgb(44, 118, 135)HSL
hsl(191, 51%, 35%)OKLCH
oklch(0.527 0.076 215.7)CMYK
cmyk(67%, 13%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276A79
2#235E6C
3#1F535E
4#1A4751
5#163B43
6#112F36
7#0D2328
8#09181B
9#040C0D
Tints
Lighter variations
1#348CA0
2#3CA2B9
3#50B0C6
4#69BCCE
5#82C7D6
6#9BD2DF
7#B4DDE7
8#CDE9EF
9#E6F4F7
Tones
Muted variations
1#307382
2#35707E
3#396D79
4#3E6B75
5#426870
6#47656B
7#4C6267
8#505F62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D7 #A6D7E2 | BordersInactive statesPlaceholder text |
| 400 | 78C3 #78C3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B1 #52B1C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3794 #3794A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C76 #2C7687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F54 #1F5460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F6;
--teal-200: #CDE9EF;
--teal-300: #A6D7E2;
--teal-400: #78C3D3;
--teal-500: #52B1C7;
--teal-600: #3794A9;
--teal-700: #2C7687;
--teal-800: #1F5460;
--teal-900: #14363E;
--teal-950: #0C2227;
}