Teal
#2D7086
BlueColor Codes
All color formats for development
HEX
#2D7086RGB
rgb(45, 112, 134)HSL
hsl(195, 50%, 35%)OKLCH
oklch(0.512 0.075 222.9)CMYK
cmyk(66%, 16%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286478
2#24596B
3#1F4E5E
4#1B4350
5#163843
6#122D36
7#0D2128
8#09161B
9#040B0D
Tints
Lighter variations
1#35849F
2#3D99B8
3#51A8C5
4#6AB4CD
5#83C1D6
6#9CCDDE
7#B4DAE6
8#CDE6EE
9#E6F3F7
Tones
Muted variations
1#316D81
2#366B7D
3#3A6978
4#3E6774
5#436470
6#47626B
7#4C6067
8#505E62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D3 #A7D3E2 | BordersInactive statesPlaceholder text |
| 400 | 79BC #79BCD2 | Disabled statesSecondary iconsMuted text |
| 500 | 53A9 #53A9C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 388C #388CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D70 #2D7086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2050 #205060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F2F6;
--teal-200: #CDE6EE;
--teal-300: #A7D3E2;
--teal-400: #79BCD2;
--teal-500: #53A9C6;
--teal-600: #388CA8;
--teal-700: #2D7086;
--teal-800: #205060;
--teal-900: #14333D;
--teal-950: #0D2026;
}