Teal
#05AD8C
CyanColor Codes
All color formats for development
HEX
#05AD8CRGB
rgb(5, 173, 140)HSL
hsl(168, 94%, 35%)OKLCH
oklch(0.667 0.128 172.6)CMYK
cmyk(97%, 0%, 19%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059C7E
2#048B70
3#047962
4#036854
5#035746
6#024538
7#02342A
8#01231C
9#01110E
Tints
Lighter variations
1#06CDA6
2#07EDBF
3#1EF8CC
4#3EF9D4
5#5EFADB
6#7EFBE2
7#9FFCE9
8#BFFDF1
9#DFFEF8
Tones
Muted variations
1#0EA587
2#169C82
3#1F947C
4#278C77
5#2F8372
6#387B6D
7#407268
8#486A63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE5 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF7;
--teal-200: #BFFDF1;
--teal-300: #8DFBE5;
--teal-400: #52FAD8;
--teal-500: #20F8CD;
--teal-600: #07DAAF;
--teal-700: #05AD8C;
--teal-800: #047C64;
--teal-900: #024F40;
--teal-950: #023128;
}