Teal
#2C7887
CyanColor Codes
All color formats for development
HEX
#2C7887RGB
rgb(44, 120, 135)HSL
hsl(190, 51%, 35%)OKLCH
oklch(0.533 0.077 213.1)CMYK
cmyk(67%, 11%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276C79
2#23606C
3#1F545E
4#1A4851
5#163C43
6#113036
7#0D2428
8#09181B
9#040C0D
Tints
Lighter variations
1#348EA0
2#3CA4B9
3#50B2C6
4#69BDCE
5#82C8D6
6#9BD3DF
7#B4DEE7
8#CDE9EF
9#E6F4F7
Tones
Muted variations
1#307582
2#35727E
3#396E79
4#3E6B75
5#426870
6#47656B
7#4C6267
8#505F62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E2 | BordersInactive statesPlaceholder text |
| 400 | 78C4 #78C4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B3 #52B3C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3796 #3796A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C78 #2C7887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F6;
--teal-200: #CDE9EF;
--teal-300: #A6D8E2;
--teal-400: #78C4D3;
--teal-500: #52B3C7;
--teal-600: #3796A9;
--teal-700: #2C7887;
--teal-800: #1F5560;
--teal-900: #14373E;
--teal-950: #0C2227;
}