Teal
#2C6A87
BlueColor Codes
All color formats for development
HEX
#2C6A87RGB
rgb(44, 106, 135)HSL
hsl(199, 51%, 35%)OKLCH
oklch(0.497 0.078 231.6)CMYK
cmyk(67%, 21%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275F79
2#23556C
3#1F4A5E
4#1A4051
5#163543
6#112A36
7#0D2028
8#09151B
9#040B0D
Tints
Lighter variations
1#347EA0
2#3C91B9
3#50A1C6
4#69AECE
5#82BCD6
6#9BC9DF
7#B4D7E7
8#CDE4EF
9#E6F2F7
Tones
Muted variations
1#306882
2#35677E
3#396579
4#3E6375
5#426270
6#47606B
7#4C5E67
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 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE4 #CDE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CF #A6CFE2 | BordersInactive statesPlaceholder text |
| 400 | 78B6 #78B6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A2 #52A2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3785 #3785A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6A #2C6A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4C #1F4C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1430 #14303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F0F6;
--teal-200: #CDE4EF;
--teal-300: #A6CFE2;
--teal-400: #78B6D3;
--teal-500: #52A2C7;
--teal-600: #3785A9;
--teal-700: #2C6A87;
--teal-800: #1F4C60;
--teal-900: #14303E;
--teal-950: #0C1E27;
}