Teal
#05ADAD
CyanColor Codes
All color formats for development
HEX
#05ADADRGB
rgb(5, 173, 173)HSL
hsl(180, 94%, 35%)OKLCH
oklch(0.677 0.115 194.8)CMYK
cmyk(97%, 0%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C9C
2#048B8B
3#047979
4#036868
5#035757
6#024545
7#023434
8#012323
9#011111
Tints
Lighter variations
1#06CDCD
2#07EDED
3#1EF8F8
4#3EF9F9
5#5EFAFA
6#7EFBFB
7#9FFCFC
8#BFFDFD
9#DFFEFE
Tones
Muted variations
1#0EA5A5
2#169C9C
3#1F9494
4#278C8C
5#2F8383
6#387B7B
7#407272
8#486A6A
9#516262
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;
}