Teal
#2B5C88
BlueColor Codes
All color formats for development
HEX
#2B5C88RGB
rgb(43, 92, 136)HSL
hsl(208, 52%, 35%)OKLCH
oklch(0.462 0.089 248.1)CMYK
cmyk(68%, 32%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27537A
2#224A6D
3#1E415F
4#1A3751
5#152E44
6#112536
7#0D1C29
8#09121B
9#04090E
Tints
Lighter variations
1#336DA1
2#3B7FBA
3#4F8FC7
4#689FCF
5#81AFD7
6#9ABFDF
7#B3CFE7
8#CDDFEF
9#E6EFF7
Tones
Muted variations
1#2F5C83
2#345C7E
3#395B7A
4#3D5B75
5#425B70
6#475A6C
7#4B5A67
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 #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDF #CDDFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C6 #A6C6E3 | BordersInactive statesPlaceholder text |
| 400 | 77A9 #77A9D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5190 #5190C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3674 #3674AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5C #2B5C88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F42 #1F4261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142A #142A3E | 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: #F3F8FB;
--teal-100: #E4EEF6;
--teal-200: #CDDFEF;
--teal-300: #A6C6E3;
--teal-400: #77A9D4;
--teal-500: #5190C8;
--teal-600: #3674AB;
--teal-700: #2B5C88;
--teal-800: #1F4261;
--teal-900: #142A3E;
--teal-950: #0C1A27;
}