Teal
#04AE95
CyanColor Codes
All color formats for development
HEX
#04AE95RGB
rgb(4, 174, 149)HSL
hsl(171, 96%, 35%)OKLCH
oklch(0.672 0.124 177.5)CMYK
cmyk(98%, 0%, 14%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D86
2#038C77
3#027A68
4#02695A
5#02574B
6#01463C
7#01342D
8#01231E
9#00110F
Tints
Lighter variations
1#04CFB1
2#05F0CD
3#1CFAD9
4#3CFBDE
5#5DFCE4
6#7DFCE9
7#9EFDEF
8#BEFEF4
9#DFFEFA
Tones
Muted variations
1#0CA68F
2#159E89
3#1D9583
4#268D7D
5#2E8477
6#377C71
7#40736B
8#486A65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF9;
--teal-200: #BEFEF4;
--teal-300: #8CFDEC;
--teal-400: #50FBE2;
--teal-500: #1EFAD9;
--teal-600: #04DCBC;
--teal-700: #04AF95;
--teal-800: #037D6B;
--teal-900: #025044;
--teal-950: #01322B;
}