Teal
#047B67
CyanColor Codes
All color formats for development
HEX
#047B67RGB
rgb(4, 123, 103)HSL
hsl(170, 94%, 25%)OKLCH
oklch(0.521 0.097 175.9)CMYK
cmyk(97%, 0%, 16%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F5D
2#036353
3#035749
4#024A3E
5#023E34
6#023129
7#01251F
8#011915
9#000C0A
Tints
Lighter variations
1#05A187
2#06C6A6
3#07EBC5
4#20F8D4
5#45F9DB
6#6BFAE2
7#90FCEA
8#B5FDF1
9#DAFEF8
Tones
Muted variations
1#0A7664
2#107060
3#166A5C
4#1C6458
5#225E54
6#285850
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 #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE9 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FADE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BFFDF3;
--teal-300: #8DFBE9;
--teal-400: #52FADE;
--teal-500: #20F8D4;
--teal-600: #07DAB7;
--teal-700: #05AD91;
--teal-800: #047C68;
--teal-900: #024F42;
--teal-950: #023129;
}