Teal
#2A6689
BlueColor Codes
All color formats for development
HEX
#2A6689RGB
rgb(42, 102, 137)HSL
hsl(202, 53%, 35%)OKLCH
oklch(0.487 0.083 237.6)CMYK
cmyk(69%, 26%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#265C7B
2#22516D
3#1D4760
4#193D52
5#153344
6#112937
7#0D1F29
8#08141B
9#040A0E
Tints
Lighter variations
1#3279A2
2#3A8CBB
3#4D9BC8
4#67AAD0
5#80B8D8
6#9AC6E0
7#B3D4E8
8#CCE3EF
9#E6F1F7
Tones
Muted variations
1#2F6584
2#33637F
3#38627A
4#3D6176
5#426071
6#465E6C
7#4B5D67
8#505C63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE3 | BordersInactive statesPlaceholder text |
| 400 | 76B2 #76B2D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9C #4F9CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3580 #3580AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A66 #2A6689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E49 #1E4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4F0F7;
--teal-200: #CCE3EF;
--teal-300: #A5CDE3;
--teal-400: #76B2D5;
--teal-500: #4F9CC9;
--teal-600: #3580AC;
--teal-700: #2A6689;
--teal-800: #1E4962;
--teal-900: #132F3E;
--teal-950: #0C1D27;
}