Teal
#2C5B87
BlueColor Codes
All color formats for development
HEX
#2C5B87RGB
rgb(44, 91, 135)HSL
hsl(209, 51%, 35%)OKLCH
oklch(0.459 0.089 249)CMYK
cmyk(67%, 33%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275279
2#23496C
3#1F405E
4#1A3651
5#162D43
6#112436
7#0D1B28
8#09121B
9#04090D
Tints
Lighter variations
1#346CA0
2#3C7CB9
3#508DC6
4#699DCE
5#82AED6
6#9BBEDF
7#B4CEE7
8#CDDEEF
9#E6EFF7
Tones
Muted variations
1#305B82
2#355A7E
3#395A79
4#3E5A75
5#425A70
6#475A6B
7#4C5A67
8#505A62
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 #A6C5E2 | BordersInactive statesPlaceholder text |
| 400 | 78A7 #78A7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528E #528EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3772 #3772A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5B #2C5B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | 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: #A6C5E2;
--teal-400: #78A7D3;
--teal-500: #528EC7;
--teal-600: #3772A9;
--teal-700: #2C5B87;
--teal-800: #1F4160;
--teal-900: #14293E;
--teal-950: #0C1A27;
}