Teal
#2A5E89
BlueColor Codes
All color formats for development
HEX
#2A5E89RGB
rgb(42, 94, 137)HSL
hsl(207, 53%, 35%)OKLCH
oklch(0.467 0.089 246.3)CMYK
cmyk(69%, 31%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26557B
2#224B6D
3#1D4260
4#193852
5#152F44
6#112637
7#0D1C29
8#08131B
9#04090E
Tints
Lighter variations
1#326FA2
2#3A81BB
3#4D91C8
4#67A1D0
5#80B1D8
6#9AC0E0
7#B3D0E8
8#CCE0EF
9#E6EFF7
Tones
Muted variations
1#2F5E84
2#335D7F
3#385D7A
4#3D5C76
5#425C71
6#465B6C
7#4B5B67
8#505A63
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C7 #A5C7E3 | BordersInactive statesPlaceholder text |
| 400 | 76AA #76AAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F92 #4F92C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3576 #3576AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5E #2A5E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E43 #1E4362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132B #132B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EEF7;
--teal-200: #CCE0EF;
--teal-300: #A5C7E3;
--teal-400: #76AAD5;
--teal-500: #4F92C9;
--teal-600: #3576AC;
--teal-700: #2A5E89;
--teal-800: #1E4362;
--teal-900: #132B3E;
--teal-950: #0C1B27;
}