Teal
#2C7387
CyanColor Codes
All color formats for development
HEX
#2C7387RGB
rgb(44, 115, 135)HSL
hsl(193, 51%, 35%)OKLCH
oklch(0.52 0.076 219.7)CMYK
cmyk(67%, 15%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276879
2#235C6C
3#1F515E
4#1A4551
5#163A43
6#112E36
7#0D2328
8#09171B
9#040C0D
Tints
Lighter variations
1#3488A0
2#3C9EB9
3#50ADC6
4#69B8CE
5#82C4D6
6#9BD0DF
7#B4DCE7
8#CDE7EF
9#E6F3F7
Tones
Muted variations
1#307082
2#356E7E
3#396B79
4#3E6975
5#426670
6#47646B
7#4C6167
8#505E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D5 #A6D5E2 | BordersInactive statesPlaceholder text |
| 400 | 78C0 #78C0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AD #52ADC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3791 #3791A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C73 #2C7387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F52 #1F5260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1435 #14353E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F2F6;
--teal-200: #CDE7EF;
--teal-300: #A6D5E2;
--teal-400: #78C0D3;
--teal-500: #52ADC7;
--teal-600: #3791A9;
--teal-700: #2C7387;
--teal-800: #1F5260;
--teal-900: #14353E;
--teal-950: #0C2127;
}