Teal
#2E6F84
BlueColor Codes
All color formats for development
HEX
#2E6F84RGB
rgb(46, 111, 132)HSL
hsl(195, 48%, 35%)OKLCH
oklch(0.509 0.073 222.4)CMYK
cmyk(65%, 16%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6477
2#25596A
3#204D5C
4#1C424F
5#173742
6#132C35
7#0E2128
8#09161A
9#050B0D
Tints
Lighter variations
1#37839D
2#4098B5
3#53A7C3
4#6CB3CB
5#84C0D4
6#9DCDDD
7#B5D9E5
8#CEE6EE
9#E6F2F6
Tones
Muted variations
1#336D80
2#376A7C
3#3B6877
4#406673
5#44646F
6#48626A
7#4C6066
8#515E62
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 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D2 #A8D2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBB #7BBBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A8 #55A8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8B #3A8BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6F #2E6F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214F #214F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F1F6;
--teal-200: #CEE6EE;
--teal-300: #A8D2E1;
--teal-400: #7BBBD1;
--teal-500: #55A8C3;
--teal-600: #3A8BA6;
--teal-700: #2E6F84;
--teal-800: #214F5E;
--teal-900: #15333C;
--teal-950: #0D2026;
}