Teal
#2D6586
BlueColor Codes
All color formats for development
HEX
#2D6586RGB
rgb(45, 101, 134)HSL
hsl(202, 50%, 35%)OKLCH
oklch(0.484 0.079 237.4)CMYK
cmyk(66%, 25%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285B78
2#24516B
3#1F475E
4#1B3D50
5#163343
6#122836
7#0D1E28
8#09141B
9#040A0D
Tints
Lighter variations
1#35789F
2#3D8BB8
3#519AC5
4#6AA9CD
5#83B7D6
6#9CC6DE
7#B4D4E6
8#CDE2EE
9#E6F1F7
Tones
Muted variations
1#316481
2#36637D
3#3A6278
4#3E6074
5#435F70
6#475E6B
7#4C5D67
8#505C62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CC #A7CCE2 | BordersInactive statesPlaceholder text |
| 400 | 79B2 #79B2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539C #539CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 387F #387FA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D65 #2D6586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2048 #204860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E4F0F6;
--teal-200: #CDE2EE;
--teal-300: #A7CCE2;
--teal-400: #79B2D2;
--teal-500: #539CC6;
--teal-600: #387FA8;
--teal-700: #2D6586;
--teal-800: #204860;
--teal-900: #142E3D;
--teal-950: #0D1D26;
}