Teal
#2B5B88
BlueColor Codes
All color formats for development
HEX
#2B5B88RGB
rgb(43, 91, 136)HSL
hsl(209, 52%, 35%)OKLCH
oklch(0.46 0.09 249.1)CMYK
cmyk(68%, 33%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27527A
2#22496D
3#1E405F
4#1A3651
5#152D44
6#112436
7#0D1B29
8#09121B
9#04090E
Tints
Lighter variations
1#336CA1
2#3B7DBA
3#4F8DC7
4#689DCF
5#81AED7
6#9ABEDF
7#B3CEE7
8#CDDEEF
9#E6EFF7
Tones
Muted variations
1#2F5B83
2#345A7E
3#395A7A
4#3D5A75
5#425A70
6#475A6C
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 #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C5 #A6C5E3 | BordersInactive statesPlaceholder text |
| 400 | 77A7 #77A7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 518E #518EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3672 #3672AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5B #2B5B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4161 | 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: #F3F7FB;
--teal-100: #E4EDF6;
--teal-200: #CDDEEF;
--teal-300: #A6C5E3;
--teal-400: #77A7D4;
--teal-500: #518EC8;
--teal-600: #3672AB;
--teal-700: #2B5B88;
--teal-800: #1F4161;
--teal-900: #142A3E;
--teal-950: #0C1A27;
}