Teal
#2D6486
BlueColor Codes
All color formats for development
HEX
#2D6486RGB
rgb(45, 100, 134)HSL
hsl(203, 50%, 35%)OKLCH
oklch(0.482 0.08 238.6)CMYK
cmyk(66%, 25%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285A78
2#24506B
3#1F465E
4#1B3C50
5#163243
6#122836
7#0D1E28
8#09141B
9#040A0D
Tints
Lighter variations
1#35769F
2#3D89B8
3#5199C5
4#6AA7CD
5#83B6D6
6#9CC4DE
7#B4D3E6
8#CDE2EE
9#E6F0F7
Tones
Muted variations
1#316381
2#36627D
3#3A6178
4#3E5F74
5#435E70
6#475D6B
7#4C5C67
8#505B62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CB #A7CBE2 | BordersInactive statesPlaceholder text |
| 400 | 79B0 #79B0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539A #539AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 387D #387DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D64 #2D6486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2047 #204760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E4EFF6;
--teal-200: #CDE2EE;
--teal-300: #A7CBE2;
--teal-400: #79B0D2;
--teal-500: #539AC6;
--teal-600: #387DA8;
--teal-700: #2D6486;
--teal-800: #204760;
--teal-900: #142E3D;
--teal-950: #0D1C26;
}