Teal
#2D7786
CyanColor Codes
All color formats for development
HEX
#2D7786RGB
rgb(45, 119, 134)HSL
hsl(190, 50%, 35%)OKLCH
oklch(0.53 0.075 213.4)CMYK
cmyk(66%, 11%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286B78
2#245F6B
3#1F535E
4#1B4750
5#163B43
6#123036
7#0D2428
8#09181B
9#040C0D
Tints
Lighter variations
1#358D9F
2#3DA3B8
3#51B2C5
4#6ABDCD
5#83C8D6
6#9CD3DE
7#B4DEE6
8#CDE9EE
9#E6F4F7
Tones
Muted variations
1#317481
2#36717D
3#3A6E78
4#3E6B74
5#436870
6#47656B
7#4C6267
8#505F62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D8 #A7D8E2 | BordersInactive statesPlaceholder text |
| 400 | 79C4 #79C4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B3 #53B3C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3896 #3896A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D77 #2D7786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2055 #205560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363D | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E4F3F6;
--teal-200: #CDE9EE;
--teal-300: #A7D8E2;
--teal-400: #79C4D2;
--teal-500: #53B3C6;
--teal-600: #3896A8;
--teal-700: #2D7786;
--teal-800: #205560;
--teal-900: #14363D;
--teal-950: #0D2226;
}