Teal
#2D7886
CyanColor Codes
All color formats for development
HEX
#2D7886RGB
rgb(45, 120, 134)HSL
hsl(189, 50%, 35%)OKLCH
oklch(0.532 0.076 212.1)CMYK
cmyk(66%, 10%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286C78
2#24606B
3#1F545E
4#1B4850
5#163C43
6#123036
7#0D2428
8#09181B
9#040C0D
Tints
Lighter variations
1#358F9F
2#3DA5B8
3#51B4C5
4#6ABECD
5#83C9D6
6#9CD4DE
7#B4DFE6
8#CDE9EE
9#E6F4F7
Tones
Muted variations
1#317581
2#36727D
3#3A6F78
4#3E6C74
5#436970
6#47666B
7#4C6367
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 | A7D9 #A7D9E2 | BordersInactive statesPlaceholder text |
| 400 | 79C5 #79C5D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B4 #53B4C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3897 #3897A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D78 #2D7886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2056 #205660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373D | 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: #A7D9E2;
--teal-400: #79C5D2;
--teal-500: #53B4C6;
--teal-600: #3897A8;
--teal-700: #2D7886;
--teal-800: #205660;
--teal-900: #14373D;
--teal-950: #0D2226;
}