Teal
#2E6C84
BlueColor Codes
All color formats for development
HEX
#2E6C84RGB
rgb(46, 108, 132)HSL
hsl(197, 48%, 35%)OKLCH
oklch(0.501 0.074 226.6)CMYK
cmyk(65%, 18%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6177
2#25566A
3#204B5C
4#1C414F
5#173642
6#132B35
7#0E2028
8#09161A
9#050B0D
Tints
Lighter variations
1#37809D
2#4094B5
3#53A3C3
4#6CB0CB
5#84BDD4
6#9DCADD
7#B5D8E5
8#CEE5EE
9#E6F2F6
Tones
Muted variations
1#336A80
2#37687C
3#3B6677
4#406473
5#44636F
6#48616A
7#4C5F66
8#515D62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BB8 #7BB8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A4 #55A4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A88 #3A88A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6C #2E6C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214D #214D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F1F6;
--teal-200: #CEE5EE;
--teal-300: #A8D1E1;
--teal-400: #7BB8D1;
--teal-500: #55A4C3;
--teal-600: #3A88A6;
--teal-700: #2E6C84;
--teal-800: #214D5E;
--teal-900: #15313C;
--teal-950: #0D1F26;
}