Teal
#298989
CyanColor Codes
All color formats for development
HEX
#298989RGB
rgb(41, 137, 137)HSL
hsl(180, 54%, 35%)OKLCH
oklch(0.576 0.086 195)CMYK
cmyk(70%, 0%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#257C7C
2#216E6E
3#1D6060
4#195252
5#154545
6#103737
7#0C2929
8#081B1B
9#040E0E
Tints
Lighter variations
1#31A3A3
2#38BCBC
3#4CCACA
4#66D1D1
5#7FD9D9
6#99E1E1
7#B2E8E8
8#CCF0F0
9#E5F7F7
Tones
Muted variations
1#2E8585
2#338080
3#387B7B
4#3C7676
5#417171
6#466D6D
7#4B6868
8#506363
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E4 #A5E4E4 | BordersInactive statesPlaceholder text |
| 400 | 76D6 #76D6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ECA #4ECACA | Primary brand colorCTAsActive elementsLinks |
| 600 | 34AD #34ADAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2989 #298989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D62 #1D6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133F #133F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFB;
--teal-100: #E4F7F7;
--teal-200: #CCF0F0;
--teal-300: #A5E4E4;
--teal-400: #76D6D6;
--teal-500: #4ECACA;
--teal-600: #34ADAD;
--teal-700: #298989;
--teal-800: #1D6262;
--teal-900: #133F3F;
--teal-950: #0C2727;
}