Teal
#2B5F88
BlueColor Codes
All color formats for development
HEX
#2B5F88RGB
rgb(43, 95, 136)HSL
hsl(206, 52%, 35%)OKLCH
oklch(0.469 0.087 245)CMYK
cmyk(68%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27567A
2#224C6D
3#1E435F
4#1A3951
5#153044
6#112636
7#0D1D29
8#09131B
9#040A0E
Tints
Lighter variations
1#3371A1
2#3B83BA
3#4F93C7
4#68A2CF
5#81B2D7
6#9AC1DF
7#B3D1E7
8#CDE0EF
9#E6F0F7
Tones
Muted variations
1#2F5F83
2#345E7E
3#395E7A
4#3D5D75
5#425C70
6#475C6C
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 | A6C8 #A6C8E3 | BordersInactive statesPlaceholder text |
| 400 | 77AC #77ACD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5194 #5194C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3678 #3678AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5F #2B5F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | 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: #A6C8E3;
--teal-400: #77ACD4;
--teal-500: #5194C8;
--teal-600: #3678AB;
--teal-700: #2B5F88;
--teal-800: #1F4461;
--teal-900: #142C3E;
--teal-950: #0C1B27;
}