Teal
#2C5987
BlueColor Codes
All color formats for development
HEX
#2C5987RGB
rgb(44, 89, 135)HSL
hsl(210, 51%, 35%)OKLCH
oklch(0.455 0.091 250.9)CMYK
cmyk(67%, 34%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275079
2#23476C
3#1F3E5E
4#1A3651
5#162D43
6#112436
7#0D1B28
8#09121B
9#04090D
Tints
Lighter variations
1#346AA0
2#3C7AB9
3#508BC6
4#699CCE
5#82ACD6
6#9BBDDF
7#B4CDE7
8#CDDEEF
9#E6EEF7
Tones
Muted variations
1#305982
2#35597E
3#395979
4#3E5975
5#425970
6#47596B
7#4C5967
8#505962
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 | A6C4 #A6C4E2 | BordersInactive statesPlaceholder text |
| 400 | 78A6 #78A6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528C #528CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3770 #3770A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C59 #2C5987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F40 #1F4060 | 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: #A6C4E2;
--teal-400: #78A6D3;
--teal-500: #528CC7;
--teal-600: #3770A9;
--teal-700: #2C5987;
--teal-800: #1F4060;
--teal-900: #14293E;
--teal-950: #0C1A27;
}