Teal
#297889
CyanColor Codes
All color formats for development
HEX
#297889RGB
rgb(41, 120, 137)HSL
hsl(191, 54%, 35%)OKLCH
oklch(0.532 0.079 214.9)CMYK
cmyk(70%, 12%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#256C7C
2#21606E
3#1D5460
4#194852
5#153C45
6#103037
7#0C2429
8#08181B
9#040C0E
Tints
Lighter variations
1#318EA3
2#38A4BC
3#4CB3CA
4#66BED1
5#7FC8D9
6#99D3E1
7#B2DEE8
8#CCE9F0
9#E5F4F7
Tones
Muted variations
1#2E7585
2#337280
3#386F7B
4#3C6C76
5#416971
6#46656D
7#4B6268
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 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E4 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB3 #4EB3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3497 #3497AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2978 #297889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F7;
--teal-200: #CCE9F0;
--teal-300: #A5D8E4;
--teal-400: #76C4D6;
--teal-500: #4EB3CA;
--teal-600: #3497AD;
--teal-700: #297889;
--teal-800: #1D5662;
--teal-900: #13373F;
--teal-950: #0C2227;
}