Teal
#04A1AF
CyanColor Codes
All color formats for development
HEX
#04A1AFRGB
rgb(4, 161, 175)HSL
hsl(185, 96%, 35%)OKLCH
oklch(0.648 0.11 205.8)CMYK
cmyk(98%, 8%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03919D
2#03818C
3#02707A
4#026069
5#025057
6#014046
7#013034
8#012023
9#001011
Tints
Lighter variations
1#04BECF
2#05DCF0
3#1CE8FA
4#3CEBFB
5#5DEEFC
6#7DF2FC
7#9EF5FD
8#BEF8FE
9#DFFCFE
Tones
Muted variations
1#0C9AA6
2#15929E
3#1D8B95
4#26848D
5#2E7D84
6#37767C
7#406F73
8#48686A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF3 #8CF3FD | BordersInactive statesPlaceholder text |
| 400 | 50ED #50EDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE8 #1EE8FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CA #04CADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A1 #04A1AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0373 #03737D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BEF8FE;
--teal-300: #8CF3FD;
--teal-400: #50EDFB;
--teal-500: #1EE8FA;
--teal-600: #04CADC;
--teal-700: #04A1AF;
--teal-800: #03737D;
--teal-900: #024950;
--teal-950: #012E32;
}