Teal
#2C6E87
BlueColor Codes
All color formats for development
HEX
#2C6E87RGB
rgb(44, 110, 135)HSL
hsl(196, 51%, 35%)OKLCH
oklch(0.507 0.077 226.4)CMYK
cmyk(67%, 19%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276379
2#23586C
3#1F4D5E
4#1A4251
5#163743
6#112C36
7#0D2128
8#09161B
9#040B0D
Tints
Lighter variations
1#3483A0
2#3C98B9
3#50A7C6
4#69B3CE
5#82C0D6
6#9BCCDF
7#B4D9E7
8#CDE6EF
9#E6F2F7
Tones
Muted variations
1#306C82
2#356A7E
3#396879
4#3E6675
5#426470
6#47626B
7#4C6067
8#505D62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D2 #A6D2E2 | BordersInactive statesPlaceholder text |
| 400 | 78BB #78BBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A8 #52A8C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378B #378BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6E #2C6E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4F #1F4F60 | 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: #E4F1F6;
--teal-200: #CDE6EF;
--teal-300: #A6D2E2;
--teal-400: #78BBD3;
--teal-500: #52A8C7;
--teal-600: #378BA9;
--teal-700: #2C6E87;
--teal-800: #1F4F60;
--teal-900: #14333E;
--teal-950: #0C2027;
}