Teal
#2E6684
BlueColor Codes
All color formats for development
HEX
#2E6684RGB
rgb(46, 102, 132)HSL
hsl(201, 48%, 35%)OKLCH
oklch(0.486 0.076 234.8)CMYK
cmyk(65%, 23%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5C77
2#25526A
3#20475C
4#1C3D4F
5#173342
6#132935
7#0E1F28
8#09141A
9#050A0D
Tints
Lighter variations
1#37799D
2#408CB5
3#539CC3
4#6CAACB
5#84B8D4
6#9DC6DD
7#B5D4E5
8#CEE3EE
9#E6F1F6
Tones
Muted variations
1#336580
2#37647C
3#3B6277
4#406173
5#44606F
6#485E6A
7#4C5D66
8#515C62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CD #A8CDE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB3 #7BB3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559D #559DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A80 #3A80A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E66 #2E6684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2149 #21495E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5F0F6;
--teal-200: #CEE3EE;
--teal-300: #A8CDE1;
--teal-400: #7BB3D1;
--teal-500: #559DC3;
--teal-600: #3A80A6;
--teal-700: #2E6684;
--teal-800: #21495E;
--teal-900: #152F3C;
--teal-950: #0D1D26;
}