Teal
#2E7985
CyanColor Codes
All color formats for development
HEX
#2E7985RGB
rgb(46, 121, 133)HSL
hsl(188, 49%, 35%)OKLCH
oklch(0.535 0.075 209.8)CMYK
cmyk(65%, 9%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296D78
2#24616A
3#20555D
4#1B4950
5#173D42
6#123135
7#0E2428
8#09181B
9#050C0D
Tints
Lighter variations
1#36909E
2#3EA6B6
3#52B5C4
4#6BBFCC
5#84CAD5
6#9CD5DD
7#B5DFE6
8#CEEAEE
9#E6F4F7
Tones
Muted variations
1#327681
2#36737C
3#3B7078
4#3F6C73
5#43696F
6#48666B
7#4C6366
8#516062
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D9 #A8D9E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC6 #7AC6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B5 #54B5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3999 #3999A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E79 #2E7985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2157 #21575F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1537 #15373D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E4F4F6;
--teal-200: #CEEAEE;
--teal-300: #A8D9E1;
--teal-400: #7AC6D1;
--teal-500: #54B5C4;
--teal-600: #3999A7;
--teal-700: #2E7985;
--teal-800: #21575F;
--teal-900: #15373D;
--teal-950: #0D2326;
}