Teal
#2C6D87
BlueColor Codes
All color formats for development
HEX
#2C6D87RGB
rgb(44, 109, 135)HSL
hsl(197, 51%, 35%)OKLCH
oklch(0.504 0.077 227.7)CMYK
cmyk(67%, 19%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276279
2#23576C
3#1F4C5E
4#1A4151
5#163643
6#112C36
7#0D2128
8#09161B
9#040B0D
Tints
Lighter variations
1#3481A0
2#3C95B9
3#50A5C6
4#69B2CE
5#82BED6
6#9BCBDF
7#B4D8E7
8#CDE5EF
9#E6F2F7
Tones
Muted variations
1#306B82
2#35697E
3#396779
4#3E6575
5#426370
6#47616B
7#4C5F67
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 | CDE5 #CDE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D1 #A6D1E2 | BordersInactive statesPlaceholder text |
| 400 | 78B9 #78B9D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A6 #52A6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3789 #3789A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6D #2C6D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4E #1F4E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1432 #14323E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F6;
--teal-200: #CDE5EF;
--teal-300: #A6D1E2;
--teal-400: #78B9D3;
--teal-500: #52A6C7;
--teal-600: #3789A9;
--teal-700: #2C6D87;
--teal-800: #1F4E60;
--teal-900: #14323E;
--teal-950: #0C1F27;
}