Teal
#2E6884
BlueColor Codes
All color formats for development
HEX
#2E6884RGB
rgb(46, 104, 132)HSL
hsl(200, 48%, 35%)OKLCH
oklch(0.491 0.075 232.1)CMYK
cmyk(65%, 21%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5D77
2#25536A
3#20485C
4#1C3E4F
5#173442
6#132935
7#0E1F28
8#09151A
9#050A0D
Tints
Lighter variations
1#377B9D
2#408EB5
3#539EC3
4#6CABCB
5#84B9D4
6#9DC7DD
7#B5D5E5
8#CEE3EE
9#E6F1F6
Tones
Muted variations
1#336680
2#37657C
3#3B6377
4#406273
5#44606F
6#485F6A
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 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CE #A8CEE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB4 #7BB4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559F #559FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A82 #3A82A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E68 #2E6884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214A #214A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3C | 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: #E5F0F6;
--teal-200: #CEE3EE;
--teal-300: #A8CEE1;
--teal-400: #7BB4D1;
--teal-500: #559FC3;
--teal-600: #3A82A6;
--teal-700: #2E6884;
--teal-800: #214A5E;
--teal-900: #152F3C;
--teal-950: #0D1E26;
}