Teal
#03B068
GreenColor Codes
All color formats for development
HEX
#03B068RGB
rgb(3, 176, 104)HSL
hsl(155, 97%, 35%)OKLCH
oklch(0.666 0.161 155.9)CMYK
cmyk(98%, 0%, 41%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E5D
2#028D53
3#027B49
4#02693E
5#015834
6#014629
7#01351F
8#012315
9#00120A
Tints
Lighter variations
1#03D07B
2#04F18E
3#1AFC9E
4#3BFCAC
5#5CFDBA
6#7CFDC7
7#9DFED5
8#BEFEE3
9#DEFFF1
Tones
Muted variations
1#0BA766
2#149F65
3#1D9663
4#258D62
5#2E8560
6#377C5F
7#3F735E
8#486B5C
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDCE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF0;
--teal-200: #BEFEE3;
--teal-300: #8BFDCE;
--teal-400: #4FFCB4;
--teal-500: #1DFC9F;
--teal-600: #03DD82;
--teal-700: #03B068;
--teal-800: #027E4A;
--teal-900: #01502F;
--teal-950: #01321E;
}