Teal
#2C7987
CyanColor Codes
All color formats for development
HEX
#2C7987RGB
rgb(44, 121, 135)HSL
hsl(189, 51%, 35%)OKLCH
oklch(0.535 0.077 211.8)CMYK
cmyk(67%, 10%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276D79
2#23616C
3#1F555E
4#1A4951
5#163D43
6#113036
7#0D2428
8#09181B
9#040C0D
Tints
Lighter variations
1#3490A0
2#3CA6B9
3#50B4C6
4#69BFCE
5#82CAD6
6#9BD4DF
7#B4DFE7
8#CDEAEF
9#E6F4F7
Tones
Muted variations
1#307682
2#35737E
3#397079
4#3E6C75
5#426970
6#47666B
7#4C6367
8#506062
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D9 #A6D9E2 | BordersInactive statesPlaceholder text |
| 400 | 78C6 #78C6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B5 #52B5C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3798 #3798A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C79 #2C7987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F57 #1F5760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F4F6;
--teal-200: #CDEAEF;
--teal-300: #A6D9E2;
--teal-400: #78C6D3;
--teal-500: #52B5C7;
--teal-600: #3798A9;
--teal-700: #2C7987;
--teal-800: #1F5760;
--teal-900: #14373E;
--teal-950: #0C2327;
}