Teal
#2E6D84
BlueColor Codes
All color formats for development
HEX
#2E6D84RGB
rgb(46, 109, 132)HSL
hsl(196, 48%, 35%)OKLCH
oklch(0.504 0.073 225.2)CMYK
cmyk(65%, 17%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6277
2#25576A
3#204C5C
4#1C424F
5#173742
6#132C35
7#0E2128
8#09161A
9#050B0D
Tints
Lighter variations
1#37829D
2#4096B5
3#53A5C3
4#6CB2CB
5#84BFD4
6#9DCCDD
7#B5D8E5
8#CEE5EE
9#E6F2F6
Tones
Muted variations
1#336B80
2#37697C
3#3B6777
4#406573
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 | 7BBA #7BBAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A6 #55A6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A89 #3A89A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6D #2E6D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323C | 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: #7BBAD1;
--teal-500: #55A6C3;
--teal-600: #3A89A6;
--teal-700: #2E6D84;
--teal-800: #214E5E;
--teal-900: #15323C;
--teal-950: #0D1F26;
}