Teal
#2E7C85
CyanColor Codes
All color formats for development
HEX
#2E7C85RGB
rgb(46, 124, 133)HSL
hsl(186, 49%, 35%)OKLCH
oklch(0.543 0.076 205.8)CMYK
cmyk(65%, 7%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#297078
2#24636A
3#20575D
4#1B4B50
5#173E42
6#123235
7#0E2528
8#09191B
9#050C0D
Tints
Lighter variations
1#36939E
2#3EAAB6
3#52B8C4
4#6BC3CC
5#84CDD5
6#9CD7DD
7#B5E1E6
8#CEEBEE
9#E6F5F7
Tones
Muted variations
1#327981
2#36757C
3#3B7278
4#3F6E73
5#436B6F
6#48676B
7#4C6466
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 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC9 #7AC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B9 #54B9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399C #399CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | 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: #CEEBEE;
--teal-300: #A8DBE1;
--teal-400: #7AC9D1;
--teal-500: #54B9C4;
--teal-600: #399CA7;
--teal-700: #2E7C85;
--teal-800: #21595F;
--teal-900: #15393D;
--teal-950: #0D2326;
}