Teal
#2E6084
BlueColor Codes
All color formats for development
HEX
#2E6084RGB
rgb(46, 96, 132)HSL
hsl(205, 48%, 35%)OKLCH
oklch(0.471 0.08 242.4)CMYK
cmyk(65%, 27%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5777
2#254D6A
3#20435C
4#1C3A4F
5#173042
6#132735
7#0E1D28
8#09131A
9#050A0D
Tints
Lighter variations
1#37729D
2#4084B5
3#5394C3
4#6CA4CB
5#84B3D4
6#9DC2DD
7#B5D1E5
8#CEE1EE
9#E6F0F6
Tones
Muted variations
1#336080
2#375F7C
3#3B5E77
4#405E73
5#445D6F
6#485C6A
7#4C5B66
8#515B62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C9 #A8C9E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAD #7BADD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5595 #5595C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A79 #3A79A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E60 #2E6084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2145 #21455E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152C #152C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF6;
--teal-200: #CEE1EE;
--teal-300: #A8C9E1;
--teal-400: #7BADD1;
--teal-500: #5595C3;
--teal-600: #3A79A6;
--teal-700: #2E6084;
--teal-800: #21455E;
--teal-900: #152C3C;
--teal-950: #0D1C26;
}