Teal
#2A6489
BlueColor Codes
All color formats for development
HEX
#2A6489RGB
rgb(42, 100, 137)HSL
hsl(203, 53%, 35%)OKLCH
oklch(0.482 0.085 239.9)CMYK
cmyk(69%, 27%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#265A7B
2#22506D
3#1D4660
4#193C52
5#153244
6#112837
7#0D1E29
8#08141B
9#040A0E
Tints
Lighter variations
1#3277A2
2#3A8ABB
3#4D99C8
4#67A8D0
5#80B6D8
6#9AC5E0
7#B3D3E8
8#CCE2EF
9#E6F0F7
Tones
Muted variations
1#2F6384
2#33627F
3#38617A
4#3D6076
5#425F71
6#465E6C
7#4B5D67
8#505B63
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE2 #CCE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CC #A5CCE3 | BordersInactive statesPlaceholder text |
| 400 | 76B1 #76B1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9A #4F9AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 357E #357EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A64 #2A6489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E48 #1E4862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132E #132E3E | 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: #E4EFF7;
--teal-200: #CCE2EF;
--teal-300: #A5CCE3;
--teal-400: #76B1D5;
--teal-500: #4F9AC9;
--teal-600: #357EAC;
--teal-700: #2A6489;
--teal-800: #1E4862;
--teal-900: #132E3E;
--teal-950: #0C1D27;
}