Teal
#037C6E
CyanColor Codes
All color formats for development
HEX
#037C6ERGB
rgb(3, 124, 110)HSL
hsl(173, 95%, 25%)OKLCH
oklch(0.526 0.094 181.3)CMYK
cmyk(98%, 0%, 11%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037063
2#036358
3#02574D
4#024B42
5#023E37
6#01322C
7#012521
8#011916
9#000C0B
Tints
Lighter variations
1#04A28F
2#05C7B0
3#06ECD1
4#1FF9E0
5#45FAE5
6#6AFBEA
7#8FFCEF
8#B4FDF5
9#DAFEFA
Tones
Muted variations
1#09766A
2#0F7065
3#156A60
4#1B645C
5#215E57
6#285852
7#2E524E
8#344C49
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCEF | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFDF6;
--teal-300: #8DFCEF;
--teal-400: #51FBE7;
--teal-500: #1FF9E0;
--teal-600: #06DBC2;
--teal-700: #04AE9A;
--teal-800: #037C6E;
--teal-900: #025047;
--teal-950: #01322C;
}