Teal
#297589
CyanColor Codes
All color formats for development
HEX
#297589RGB
rgb(41, 117, 137)HSL
hsl(193, 54%, 35%)OKLCH
oklch(0.525 0.079 218.7)CMYK
cmyk(70%, 15%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25697C
2#215D6E
3#1D5260
4#194652
5#153A45
6#102F37
7#0C2329
8#08171B
9#040C0E
Tints
Lighter variations
1#318AA3
2#38A0BC
3#4CAECA
4#66BAD1
5#7FC5D9
6#99D1E1
7#B2DCE8
8#CCE8F0
9#E5F3F7
Tones
Muted variations
1#2E7285
2#336F80
3#386C7B
4#3C6A76
5#416771
6#46646D
7#4B6168
8#505F63
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | 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: #E4F3F7;
--teal-200: #CCE8F0;
--teal-300: #A5D6E4;
--teal-400: #76C1D6;
--teal-500: #4EAFCA;
--teal-600: #3493AD;
--teal-700: #297589;
--teal-800: #1D5362;
--teal-900: #13353F;
--teal-950: #0C2127;
}