Teal
#2C6887
BlueColor Codes
All color formats for development
HEX
#2C6887RGB
rgb(44, 104, 135)HSL
hsl(200, 51%, 35%)OKLCH
oklch(0.492 0.079 234.2)CMYK
cmyk(67%, 23%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275E79
2#23546C
3#1F495E
4#1A3F51
5#163443
6#112A36
7#0D1F28
8#09151B
9#040A0D
Tints
Lighter variations
1#347CA0
2#3C8FB9
3#509FC6
4#69ACCE
5#82BAD6
6#9BC8DF
7#B4D6E7
8#CDE3EF
9#E6F1F7
Tones
Muted variations
1#306782
2#35657E
3#396479
4#3E6275
5#426170
6#475F6B
7#4C5E67
8#505C62
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 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CE #A6CEE2 | BordersInactive statesPlaceholder text |
| 400 | 78B5 #78B5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A0 #52A0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3783 #3783A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C68 #2C6887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4B #1F4B60 | 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: #CDE3EF;
--teal-300: #A6CEE2;
--teal-400: #78B5D3;
--teal-500: #52A0C7;
--teal-600: #3783A9;
--teal-700: #2C6887;
--teal-800: #1F4B60;
--teal-900: #14303E;
--teal-950: #0C1E27;
}