Teal
#2B5E88
BlueColor Codes
All color formats for development
HEX
#2B5E88RGB
rgb(43, 94, 136)HSL
hsl(207, 52%, 35%)OKLCH
oklch(0.467 0.088 246.1)CMYK
cmyk(68%, 31%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27557A
2#224B6D
3#1E425F
4#1A3851
5#152F44
6#112636
7#0D1C29
8#09131B
9#04090E
Tints
Lighter variations
1#336FA1
2#3B81BA
3#4F91C7
4#68A1CF
5#81B0D7
6#9AC0DF
7#B3D0E7
8#CDE0EF
9#E6EFF7
Tones
Muted variations
1#2F5D83
2#345D7E
3#395C7A
4#3D5C75
5#425C70
6#475B6C
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 #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E3 | BordersInactive statesPlaceholder text |
| 400 | 77AA #77AAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5192 #5192C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3676 #3676AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5E #2B5E88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4361 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | 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: #E4EEF6;
--teal-200: #CDE0EF;
--teal-300: #A6C7E3;
--teal-400: #77AAD4;
--teal-500: #5192C8;
--teal-600: #3676AB;
--teal-700: #2B5E88;
--teal-800: #1F4361;
--teal-900: #142B3E;
--teal-950: #0C1B27;
}