Teal
#2D6886
BlueColor Codes
All color formats for development
HEX
#2D6886RGB
rgb(45, 104, 134)HSL
hsl(200, 50%, 35%)OKLCH
oklch(0.492 0.078 233.6)CMYK
cmyk(66%, 22%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285E78
2#24536B
3#1F495E
4#1B3E50
5#163443
6#122A36
7#0D1F28
8#09151B
9#040A0D
Tints
Lighter variations
1#357B9F
2#3D8FB8
3#519EC5
4#6AACCD
5#83BAD6
6#9CC8DE
7#B4D6E6
8#CDE3EE
9#E6F1F7
Tones
Muted variations
1#316781
2#36657D
3#3A6478
4#3E6274
5#436170
6#475F6B
7#4C5E67
8#505C62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CE #A7CEE2 | BordersInactive statesPlaceholder text |
| 400 | 79B5 #79B5D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539F #539FC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3883 #3883A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D68 #2D6886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 204A #204A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1430 #14303D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F0F6;
--teal-200: #CDE3EE;
--teal-300: #A7CEE2;
--teal-400: #79B5D2;
--teal-500: #539FC6;
--teal-600: #3883A8;
--teal-700: #2D6886;
--teal-800: #204A60;
--teal-900: #14303D;
--teal-950: #0D1E26;
}