Teal
#06A1AC
CyanColor Codes
All color formats for development
HEX
#06A1ACRGB
rgb(6, 161, 172)HSL
hsl(184, 93%, 35%)OKLCH
oklch(0.646 0.109 203.5)CMYK
cmyk(97%, 6%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06919B
2#05818A
3#047179
4#046167
5#035156
6#024045
7#023034
8#012022
9#011011
Tints
Lighter variations
1#07BFCC
2#09DDEC
3#1FE8F7
4#3FECF8
5#5FEFF9
6#7FF2FA
7#9FF5FC
8#BFF9FD
9#DFFCFE
Tones
Muted variations
1#0F9AA4
2#17939C
3#1F8C93
4#27848B
5#307D83
6#38767A
7#406F72
8#49686A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFC #DDFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF4 #8EF4FB | BordersInactive statesPlaceholder text |
| 400 | 53EE #53EEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E9 #22E9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08CB #08CBD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06A1 #06A1AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0473 #04737B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034A #034A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFE;
--teal-100: #DDFCFE;
--teal-200: #BFF9FD;
--teal-300: #8EF4FB;
--teal-400: #53EEF9;
--teal-500: #22E9F7;
--teal-600: #08CBD9;
--teal-700: #06A1AC;
--teal-800: #04737B;
--teal-900: #034A4F;
--teal-950: #022E31;
}