Teal
#2A6789
BlueColor Codes
All color formats for development
HEX
#2A6789RGB
rgb(42, 103, 137)HSL
hsl(201, 53%, 35%)OKLCH
oklch(0.49 0.083 236.4)CMYK
cmyk(69%, 25%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#265D7B
2#22536D
3#1D4860
4#193E52
5#153444
6#112937
7#0D1F29
8#08151B
9#040A0E
Tints
Lighter variations
1#327BA2
2#3A8EBB
3#4D9DC8
4#67ABD0
5#80B9D8
6#9AC7E0
7#B3D5E8
8#CCE3EF
9#E6F1F7
Tones
Muted variations
1#2F6684
2#33657F
3#38637A
4#3D6276
5#426071
6#465F6C
7#4B5E67
8#505C63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CE #A5CEE3 | BordersInactive statesPlaceholder text |
| 400 | 76B4 #76B4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9E #4F9EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3582 #3582AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A67 #2A6789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4A #1E4A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F0F7;
--teal-200: #CCE3EF;
--teal-300: #A5CEE3;
--teal-400: #76B4D5;
--teal-500: #4F9EC9;
--teal-600: #3582AC;
--teal-700: #2A6789;
--teal-800: #1E4A62;
--teal-900: #132F3E;
--teal-950: #0C1E27;
}