Teal
#03B065
GreenColor Codes
All color formats for development
HEX
#03B065RGB
rgb(3, 176, 101)HSL
hsl(154, 97%, 35%)OKLCH
oklch(0.665 0.164 155)CMYK
cmyk(98%, 0%, 43%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E5B
2#028D51
3#027B47
4#02693C
5#015832
6#014628
7#01351E
8#012314
9#00120A
Tints
Lighter variations
1#03D078
2#04F18A
3#1AFC9A
4#3BFCA8
5#5CFDB7
6#7CFDC5
7#9DFED4
8#BEFEE2
9#DEFFF1
Tones
Muted variations
1#0BA764
2#149F62
3#1D9661
4#258D60
5#2E855F
6#377C5E
7#3F735D
8#486B5C
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 | 8BFD #8BFDCC | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502E | 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: #8BFDCC;
--teal-400: #4FFCB1;
--teal-500: #1DFC9B;
--teal-600: #03DD7F;
--teal-700: #03B065;
--teal-800: #027E48;
--teal-900: #01502E;
--teal-950: #01321D;
}