Teal
#2E6885
BlueColor Codes
All color formats for development
HEX
#2E6885RGB
rgb(46, 104, 133)HSL
hsl(200, 49%, 35%)OKLCH
oklch(0.492 0.076 233)CMYK
cmyk(65%, 22%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295D78
2#24536A
3#20495D
4#1B3E50
5#173442
6#122A35
7#0E1F28
8#09151B
9#050A0D
Tints
Lighter variations
1#367B9E
2#3E8EB6
3#529EC4
4#6BACCC
5#84BAD5
6#9CC8DD
7#B5D5E6
8#CEE3EE
9#E6F1F7
Tones
Muted variations
1#326681
2#36657C
3#3B6378
4#3F6273
5#43616F
6#485F6B
7#4C5E66
8#515C62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CE #A8CEE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB4 #7AB4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549F #549FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3983 #3983A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E68 #2E6885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214A #214A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F0F6;
--teal-200: #CEE3EE;
--teal-300: #A8CEE1;
--teal-400: #7AB4D1;
--teal-500: #549FC4;
--teal-600: #3983A7;
--teal-700: #2E6885;
--teal-800: #214A5F;
--teal-900: #152F3D;
--teal-950: #0D1E26;
}