Teal
#297B89
CyanColor Codes
All color formats for development
HEX
#297B89RGB
rgb(41, 123, 137)HSL
hsl(189, 54%, 35%)OKLCH
oklch(0.54 0.08 211.1)CMYK
cmyk(70%, 10%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#256F7C
2#21626E
3#1D5660
4#194A52
5#153D45
6#103137
7#0C2529
8#08191B
9#040C0E
Tints
Lighter variations
1#3192A3
2#38A9BC
3#4CB7CA
4#66C1D1
5#7FCBD9
6#99D6E1
7#B2E0E8
8#CCEAF0
9#E5F5F7
Tones
Muted variations
1#2E7885
2#337480
3#38717B
4#3C6D76
5#416A71
6#46676D
7#4B6368
8#506063
9#545D5E
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 | A5DB #A5DBE4 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB8 #4EB8CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 349B #349BAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 297B #297B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D58 #1D5862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383F | 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: #A5DBE4;
--teal-400: #76C7D6;
--teal-500: #4EB8CA;
--teal-600: #349BAD;
--teal-700: #297B89;
--teal-800: #1D5862;
--teal-900: #13383F;
--teal-950: #0C2327;
}