Teal
#2E5F85
BlueColor Codes
All color formats for development
HEX
#2E5F85RGB
rgb(46, 95, 133)HSL
hsl(206, 49%, 35%)OKLCH
oklch(0.469 0.082 244.3)CMYK
cmyk(65%, 29%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295678
2#244C6A
3#20435D
4#1B3950
5#173042
6#122635
7#0E1D28
8#09131B
9#050A0D
Tints
Lighter variations
1#36719E
2#3E82B6
3#5293C4
4#6BA2CC
5#84B2D5
6#9CC1DD
7#B5D1E6
8#CEE0EE
9#E6F0F7
Tones
Muted variations
1#325E81
2#365E7C
3#3B5D78
4#3F5D73
5#435C6F
6#485C6B
7#4C5B66
8#515A62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAC #7AACD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5494 #5494C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3978 #3978A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E4EEF6;
--teal-200: #CEE0EE;
--teal-300: #A8C8E1;
--teal-400: #7AACD1;
--teal-500: #5494C4;
--teal-600: #3978A7;
--teal-700: #2E5F85;
--teal-800: #21445F;
--teal-900: #152B3D;
--teal-950: #0D1B26;
}