Teal
#2E6F85
BlueColor Codes
All color formats for development
HEX
#2E6F85RGB
rgb(46, 111, 133)HSL
hsl(195, 49%, 35%)OKLCH
oklch(0.509 0.074 223.5)CMYK
cmyk(65%, 17%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296478
2#24596A
3#204E5D
4#1B4350
5#173842
6#122C35
7#0E2128
8#09161B
9#050B0D
Tints
Lighter variations
1#36849E
2#3E98B6
3#52A7C4
4#6BB4CC
5#84C0D5
6#9CCDDD
7#B5D9E6
8#CEE6EE
9#E6F2F7
Tones
Muted variations
1#326D81
2#366B7C
3#3B6978
4#3F6673
5#43646F
6#48626B
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABC #7ABCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A8 #54A8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398C #398CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6F #2E6F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214F #214F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | 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: #E4F2F6;
--teal-200: #CEE6EE;
--teal-300: #A8D3E1;
--teal-400: #7ABCD1;
--teal-500: #54A8C4;
--teal-600: #398CA7;
--teal-700: #2E6F85;
--teal-800: #214F5F;
--teal-900: #15333D;
--teal-950: #0D2026;
}