Teal
#2D7B86
CyanColor Codes
All color formats for development
HEX
#2D7B86RGB
rgb(45, 123, 134)HSL
hsl(187, 50%, 35%)OKLCH
oklch(0.54 0.076 208.2)CMYK
cmyk(66%, 8%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286F78
2#24636B
3#1F565E
4#1B4A50
5#163E43
6#123136
7#0D2528
8#09191B
9#040C0D
Tints
Lighter variations
1#35929F
2#3DA9B8
3#51B7C5
4#6AC2CD
5#83CCD6
6#9CD6DE
7#B4E0E6
8#CDEBEE
9#E6F5F7
Tones
Muted variations
1#317881
2#36757D
3#3A7178
4#3E6E74
5#436A70
6#47676B
7#4C6467
8#506062
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 | CDEB #CDEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7DB #A7DBE2 | BordersInactive statesPlaceholder text |
| 400 | 79C8 #79C8D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B8 #53B8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 389B #389BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D7B #2D7B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2058 #205860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383D | 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: #CDEBEE;
--teal-300: #A7DBE2;
--teal-400: #79C8D2;
--teal-500: #53B8C6;
--teal-600: #389BA8;
--teal-700: #2D7B86;
--teal-800: #205860;
--teal-900: #14383D;
--teal-950: #0D2326;
}