Teal
#2A5B89
BlueColor Codes
All color formats for development
HEX
#2A5B89RGB
rgb(42, 91, 137)HSL
hsl(209, 53%, 35%)OKLCH
oklch(0.46 0.092 249.2)CMYK
cmyk(69%, 34%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26527B
2#22496D
3#1D4060
4#193652
5#152D44
6#112437
7#0D1B29
8#08121B
9#04090E
Tints
Lighter variations
1#326CA2
2#3A7DBB
3#4D8DC8
4#679DD0
5#80AED8
6#9ABEE0
7#B3CEE8
8#CCDEEF
9#E6EFF7
Tones
Muted variations
1#2F5B84
2#335B7F
3#385A7A
4#3D5A76
5#425A71
6#465A6C
7#4B5A67
8#505A63
9#55595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C5 #A5C5E3 | BordersInactive statesPlaceholder text |
| 400 | 76A7 #76A7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F8E #4F8EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3572 #3572AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5B #2A5B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E41 #1E4162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F7FB;
--teal-100: #E4EDF7;
--teal-200: #CCDEEF;
--teal-300: #A5C5E3;
--teal-400: #76A7D5;
--teal-500: #4F8EC9;
--teal-600: #3572AC;
--teal-700: #2A5B89;
--teal-800: #1E4162;
--teal-900: #132A3E;
--teal-950: #0C1A27;
}