Teal
#2C7287
CyanColor Codes
All color formats for development
HEX
#2C7287RGB
rgb(44, 114, 135)HSL
hsl(194, 51%, 35%)OKLCH
oklch(0.517 0.076 221.1)CMYK
cmyk(67%, 16%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276679
2#235B6C
3#1F4F5E
4#1A4451
5#163943
6#112D36
7#0D2228
8#09171B
9#040B0D
Tints
Lighter variations
1#3487A0
2#3C9CB9
3#50ABC6
4#69B7CE
5#82C3D6
6#9BCFDF
7#B4DBE7
8#CDE7EF
9#E6F3F7
Tones
Muted variations
1#306F82
2#356D7E
3#396A79
4#3E6875
5#426570
6#47636B
7#4C6167
8#505E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E2 | BordersInactive statesPlaceholder text |
| 400 | 78BE #78BED3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AB #52ABC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378F #378FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C72 #2C7287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F2F6;
--teal-200: #CDE7EF;
--teal-300: #A6D4E2;
--teal-400: #78BED3;
--teal-500: #52ABC7;
--teal-600: #378FA9;
--teal-700: #2C7287;
--teal-800: #1F5160;
--teal-900: #14343E;
--teal-950: #0C2027;
}