Teal
#297989
CyanColor Codes
All color formats for development
HEX
#297989RGB
rgb(41, 121, 137)HSL
hsl(190, 54%, 35%)OKLCH
oklch(0.535 0.079 213.6)CMYK
cmyk(70%, 12%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#256D7C
2#21616E
3#1D5560
4#194952
5#153D45
6#103137
7#0C2429
8#08181B
9#040C0E
Tints
Lighter variations
1#3190A3
2#38A6BC
3#4CB5CA
4#66BFD1
5#7FCAD9
6#99D5E1
7#B2DFE8
8#CCEAF0
9#E5F4F7
Tones
Muted variations
1#2E7685
2#337380
3#38707B
4#3C6D76
5#416971
6#46666D
7#4B6368
8#506063
9#545C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E4 | BordersInactive statesPlaceholder text |
| 400 | 76C6 #76C6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB6 #4EB6CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3499 #3499AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2979 #297989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F4F7;
--teal-200: #CCEAF0;
--teal-300: #A5D9E4;
--teal-400: #76C6D6;
--teal-500: #4EB6CA;
--teal-600: #3499AD;
--teal-700: #297989;
--teal-800: #1D5762;
--teal-900: #13373F;
--teal-950: #0C2327;
}