Teal
#2E6685
BlueColor Codes
All color formats for development
HEX
#2E6685RGB
rgb(46, 102, 133)HSL
hsl(201, 49%, 35%)OKLCH
oklch(0.487 0.077 235.7)CMYK
cmyk(65%, 23%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295C78
2#24526A
3#20485D
4#1B3D50
5#173342
6#122935
7#0E1F28
8#09141B
9#050A0D
Tints
Lighter variations
1#36799E
2#3E8CB6
3#529CC4
4#6BAACC
5#84B8D5
6#9CC6DD
7#B5D5E6
8#CEE3EE
9#E6F1F7
Tones
Muted variations
1#326581
2#36647C
3#3B6278
4#3F6173
5#43606F
6#485E6B
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 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CD #A8CDE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB3 #7AB3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549D #549DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3981 #3981A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E66 #2E6685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2149 #21495F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | 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: #E4F0F6;
--teal-200: #CEE3EE;
--teal-300: #A8CDE1;
--teal-400: #7AB3D1;
--teal-500: #549DC4;
--teal-600: #3981A7;
--teal-700: #2E6685;
--teal-800: #21495F;
--teal-900: #152F3D;
--teal-950: #0D1D26;
}