Teal
#2C5F87
BlueColor Codes
All color formats for development
HEX
#2C5F87RGB
rgb(44, 95, 135)HSL
hsl(206, 51%, 35%)OKLCH
oklch(0.469 0.085 244.8)CMYK
cmyk(67%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275679
2#234C6C
3#1F435E
4#1A3951
5#163043
6#112636
7#0D1D28
8#09131B
9#040A0D
Tints
Lighter variations
1#3471A0
2#3C83B9
3#5093C6
4#69A2CE
5#82B2D6
6#9BC1DF
7#B4D1E7
8#CDE0EF
9#E6F0F7
Tones
Muted variations
1#305F82
2#355E7E
3#395D79
4#3E5D75
5#425C70
6#475C6B
7#4C5B67
8#505A62
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 #A6C8E2 | BordersInactive statesPlaceholder text |
| 400 | 78AC #78ACD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5294 #5294C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3778 #3778A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5F #2C5F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4460 | 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: #A6C8E2;
--teal-400: #78ACD3;
--teal-500: #5294C7;
--teal-600: #3778A9;
--teal-700: #2C5F87;
--teal-800: #1F4460;
--teal-900: #142C3E;
--teal-950: #0C1B27;
}