Teal
#2D6786
BlueColor Codes
All color formats for development
HEX
#2D6786RGB
rgb(45, 103, 134)HSL
hsl(201, 50%, 35%)OKLCH
oklch(0.489 0.078 234.9)CMYK
cmyk(66%, 23%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285C78
2#24526B
3#1F485E
4#1B3E50
5#163343
6#122936
7#0D1F28
8#09151B
9#040A0D
Tints
Lighter variations
1#357A9F
2#3D8DB8
3#519CC5
4#6AAACD
5#83B9D6
6#9CC7DE
7#B4D5E6
8#CDE3EE
9#E6F1F7
Tones
Muted variations
1#316581
2#36647D
3#3A6378
4#3E6174
5#436070
6#475F6B
7#4C5D67
8#505C62
9#555B5E
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 | CDE3 #CDE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CD #A7CDE2 | BordersInactive statesPlaceholder text |
| 400 | 79B3 #79B3D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539D #539DC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3881 #3881A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D67 #2D6786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2049 #204960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3D | 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: #CDE3EE;
--teal-300: #A7CDE2;
--teal-400: #79B3D2;
--teal-500: #539DC6;
--teal-600: #3881A8;
--teal-700: #2D6786;
--teal-800: #204960;
--teal-900: #142F3D;
--teal-950: #0D1D26;
}