Teal
#04A4AF
CyanColor Codes
All color formats for development
HEX
#04A4AFRGB
rgb(4, 164, 175)HSL
hsl(184, 96%, 35%)OKLCH
oklch(0.655 0.111 203.3)CMYK
cmyk(98%, 6%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03939D
2#03838C
3#02727A
4#026269
5#025257
6#014146
7#013134
8#012123
9#001011
Tints
Lighter variations
1#04C2CF
2#05E0F0
3#1CECFA
4#3CEEFB
5#5DF1FC
6#7DF4FC
7#9EF7FD
8#BEF9FE
9#DFFCFE
Tones
Muted variations
1#0C9CA6
2#15959E
3#1D8D95
4#26868D
5#2E7E84
6#37777C
7#407073
8#48686A
9#516162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF5 #8CF5FD | BordersInactive statesPlaceholder text |
| 400 | 50F0 #50F0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EEC #1EECFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CE #04CEDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A4 #04A4AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0375 #03757D | Text on light backgroundsHeadingsStrong borders |
| 900 | 024B #024B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BEF9FE;
--teal-300: #8CF5FD;
--teal-400: #50F0FB;
--teal-500: #1EECFA;
--teal-600: #04CEDC;
--teal-700: #04A4AF;
--teal-800: #03757D;
--teal-900: #024B50;
--teal-950: #012F32;
}