Teal
#2D7386
CyanColor Codes
All color formats for development
HEX
#2D7386RGB
rgb(45, 115, 134)HSL
hsl(193, 50%, 35%)OKLCH
oklch(0.52 0.075 218.8)CMYK
cmyk(66%, 14%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#286778
2#245C6B
3#1F505E
4#1B4550
5#163943
6#122E36
7#0D2228
8#09171B
9#040B0D
Tints
Lighter variations
1#35889F
2#3D9DB8
3#51ACC5
4#6AB8CD
5#83C4D6
6#9CCFDE
7#B4DBE6
8#CDE7EE
9#E6F3F7
Tones
Muted variations
1#317081
2#366D7D
3#3A6B78
4#3E6874
5#436670
6#47636B
7#4C6167
8#505E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D5 #A7D5E2 | BordersInactive statesPlaceholder text |
| 400 | 79BF #79BFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 53AD #53ADC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3890 #3890A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D73 #2D7386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2052 #205260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E4F2F6;
--teal-200: #CDE7EE;
--teal-300: #A7D5E2;
--teal-400: #79BFD2;
--teal-500: #53ADC6;
--teal-600: #3890A8;
--teal-700: #2D7386;
--teal-800: #205260;
--teal-900: #14343D;
--teal-950: #0D2126;
}