Teal
#2E7B85
CyanColor Codes
All color formats for development
HEX
#2E7B85RGB
rgb(46, 123, 133)HSL
hsl(187, 49%, 35%)OKLCH
oklch(0.54 0.076 207.1)CMYK
cmyk(65%, 8%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296F78
2#24626A
3#20565D
4#1B4A50
5#173D42
6#123135
7#0E2528
8#09191B
9#050C0D
Tints
Lighter variations
1#36929E
2#3EA8B6
3#52B7C4
4#6BC1CC
5#84CBD5
6#9CD6DD
7#B5E0E6
8#CEEAEE
9#E6F5F7
Tones
Muted variations
1#327781
2#36747C
3#3B7178
4#3F6D73
5#436A6F
6#48676B
7#4C6366
8#516062
9#555D5E
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 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC7 #7AC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B7 #54B7C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399A #399AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7B #2E7B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383D | 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: #A8DAE1;
--teal-400: #7AC7D1;
--teal-500: #54B7C4;
--teal-600: #399AA7;
--teal-700: #2E7B85;
--teal-800: #21585F;
--teal-900: #15383D;
--teal-950: #0D2326;
}