Teal
#2C7087
BlueColor Codes
All color formats for development
HEX
#2C7087RGB
rgb(44, 112, 135)HSL
hsl(195, 51%, 35%)OKLCH
oklch(0.512 0.076 223.7)CMYK
cmyk(67%, 17%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276579
2#235A6C
3#1F4E5E
4#1A4351
5#163843
6#112D36
7#0D2228
8#09161B
9#040B0D
Tints
Lighter variations
1#3485A0
2#3C9AB9
3#50A9C6
4#69B5CE
5#82C1D6
6#9BCEDF
7#B4DAE7
8#CDE6EF
9#E6F3F7
Tones
Muted variations
1#306E82
2#356B7E
3#396979
4#3E6775
5#426570
6#47626B
7#4C6067
8#505E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D3 #A6D3E2 | BordersInactive statesPlaceholder text |
| 400 | 78BD #78BDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AA #52AAC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378D #378DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C70 #2C7087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F50 #1F5060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F2F6;
--teal-200: #CDE6EF;
--teal-300: #A6D3E2;
--teal-400: #78BDD3;
--teal-500: #52AAC7;
--teal-600: #378DA9;
--teal-700: #2C7087;
--teal-800: #1F5060;
--teal-900: #14333E;
--teal-950: #0C2027;
}