Teal
#047B7B
CyanColor Codes
All color formats for development
HEX
#047B7BRGB
rgb(4, 123, 123)HSL
hsl(180, 94%, 25%)OKLCH
oklch(0.528 0.089 194.8)CMYK
cmyk(97%, 0%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036F6F
2#036363
3#035757
4#024A4A
5#023E3E
6#023131
7#012525
8#011919
9#000C0C
Tints
Lighter variations
1#05A1A1
2#06C6C6
3#07EBEB
4#20F8F8
5#45F9F9
6#6BFAFA
7#90FCFC
8#B5FDFD
9#DAFEFE
Tones
Muted variations
1#0A7676
2#107070
3#166A6A
4#1C6464
5#225E5E
6#285858
7#2E5252
8#344C4C
9#3A4646
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBFB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFF;
--teal-100: #DCFEFE;
--teal-200: #BFFDFD;
--teal-300: #8DFBFB;
--teal-400: #52FAFA;
--teal-500: #20F8F8;
--teal-600: #07DADA;
--teal-700: #05ADAD;
--teal-800: #047C7C;
--teal-900: #024F4F;
--teal-950: #023131;
}