Teal
#04AF65
GreenColor Codes
All color formats for development
HEX
#04AF65RGB
rgb(4, 175, 101)HSL
hsl(154, 96%, 35%)OKLCH
oklch(0.663 0.163 155.1)CMYK
cmyk(98%, 0%, 42%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D5B
2#038C51
3#027A46
4#02693C
5#025732
6#014628
7#01341E
8#012314
9#00110A
Tints
Lighter variations
1#04CF77
2#05F08A
3#1CFA9A
4#3CFBA8
5#5DFCB7
6#7DFCC5
7#9EFDD4
8#BEFEE2
9#DFFEF1
Tones
Muted variations
1#0CA664
2#159E62
3#1D9561
4#268D60
5#2E845F
6#377C5E
7#40735D
8#486A5C
9#51625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDCC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF8;
--teal-100: #DCFEEF;
--teal-200: #BEFEE2;
--teal-300: #8CFDCC;
--teal-400: #50FBB1;
--teal-500: #1EFA9B;
--teal-600: #04DC7F;
--teal-700: #04AF65;
--teal-800: #037D48;
--teal-900: #02502E;
--teal-950: #01321D;
}