Teal
#04AF9B
CyanColor Codes
All color formats for development
HEX
#04AF9BRGB
rgb(4, 175, 155)HSL
hsl(173, 96%, 35%)OKLCH
oklch(0.676 0.122 180.8)CMYK
cmyk(98%, 0%, 11%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D8B
2#038C7C
3#027A6C
4#02695D
5#02574D
6#01463E
7#01342E
8#01231F
9#00110F
Tints
Lighter variations
1#04CFB8
2#05F0D4
3#1CFAE0
4#3CFBE5
5#5DFCE9
6#7DFCED
7#9EFDF2
8#BEFEF6
9#DFFEFB
Tones
Muted variations
1#0CA694
2#159E8E
3#1D9587
4#268D81
5#2E847A
6#377C74
7#40736D
8#486A66
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFEF6;
--teal-300: #8CFDF0;
--teal-400: #50FBE7;
--teal-500: #1EFAE1;
--teal-600: #04DCC3;
--teal-700: #04AF9B;
--teal-800: #037D6F;
--teal-900: #025047;
--teal-950: #01322C;
}