Teal
#037D6B
CyanColor Codes
All color formats for development
HEX
#037D6BRGB
rgb(3, 125, 107)HSL
hsl(171, 95%, 25%)OKLCH
oklch(0.528 0.097 177.9)CMYK
cmyk(98%, 0%, 14%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037060
2#036355
3#02574A
4#024B40
5#023E35
6#01322A
7#012520
8#011915
9#000C0B
Tints
Lighter variations
1#04A28A
2#05C7AA
3#06ECCA
4#1FF9D9
5#45FADF
6#6AFBE5
7#8FFCEC
8#B4FDF2
9#DAFEF9
Tones
Muted variations
1#097666
2#0F7062
3#156A5D
4#1B6459
5#215E55
6#285851
7#2E524C
8#344C48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCEB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF9;
--teal-200: #BEFDF4;
--teal-300: #8DFCEB;
--teal-400: #51FBE1;
--teal-500: #1FF9D9;
--teal-600: #06DBBB;
--teal-700: #04AE95;
--teal-800: #037C6A;
--teal-900: #025044;
--teal-950: #01322A;
}