Teal
#297389
CyanColor Codes
All color formats for development
HEX
#297389RGB
rgb(41, 115, 137)HSL
hsl(194, 54%, 35%)OKLCH
oklch(0.52 0.079 221.2)CMYK
cmyk(70%, 16%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25677C
2#215C6E
3#1D5060
4#194552
5#153945
6#102E37
7#0C2229
8#08171B
9#040B0E
Tints
Lighter variations
1#3188A3
2#389EBC
3#4CACCA
4#66B8D1
5#7FC4D9
6#99D0E1
7#B2DCE8
8#CCE7F0
9#E5F3F7
Tones
Muted variations
1#2E7085
2#336E80
3#386B7B
4#3C6976
5#416671
6#46646D
7#4B6168
8#505E63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D5 #A5D5E4 | BordersInactive statesPlaceholder text |
| 400 | 76BF #76BFD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAD #4EADCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3491 #3491AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2973 #297389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D52 #1D5262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F2F7;
--teal-200: #CCE7F0;
--teal-300: #A5D5E4;
--teal-400: #76BFD6;
--teal-500: #4EADCA;
--teal-600: #3491AD;
--teal-700: #297389;
--teal-800: #1D5262;
--teal-900: #13353F;
--teal-950: #0C2127;
}