Teal
#2A6389
BlueColor Codes
All color formats for development
HEX
#2A6389RGB
rgb(42, 99, 137)HSL
hsl(204, 53%, 35%)OKLCH
oklch(0.48 0.085 241)CMYK
cmyk(69%, 28%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26597B
2#224F6D
3#1D4560
4#193B52
5#153144
6#112737
7#0D1E29
8#08141B
9#040A0E
Tints
Lighter variations
1#3275A2
2#3A87BB
3#4D97C8
4#67A6D0
5#80B5D8
6#9AC4E0
7#B3D3E8
8#CCE1EF
9#E6F0F7
Tones
Muted variations
1#2F6284
2#33617F
3#38607A
4#3D5F76
5#425E71
6#465D6C
7#4B5C67
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 | CCE1 #CCE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CB #A5CBE3 | BordersInactive statesPlaceholder text |
| 400 | 76AF #76AFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F98 #4F98C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 357C #357CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A63 #2A6389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E47 #1E4762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132D #132D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EFF7;
--teal-200: #CCE1EF;
--teal-300: #A5CBE3;
--teal-400: #76AFD5;
--teal-500: #4F98C9;
--teal-600: #357CAC;
--teal-700: #2A6389;
--teal-800: #1E4762;
--teal-900: #132D3E;
--teal-950: #0C1C27;
}