Teal
#03B07F
GreenColor Codes
All color formats for development
HEX
#03B07FRGB
rgb(3, 176, 127)HSL
hsl(163, 97%, 35%)OKLCH
oklch(0.671 0.141 164.7)CMYK
cmyk(98%, 0%, 28%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E72
2#028D65
3#027B59
4#02694C
5#01583F
6#014633
7#013526
8#012319
9#00120D
Tints
Lighter variations
1#03D096
2#04F1AE
3#1AFCBC
4#3BFCC5
5#5CFDCF
6#7CFDD9
7#9DFEE2
8#BEFEEC
9#DEFFF5
Tones
Muted variations
1#0BA77B
2#149F77
3#1D9674
4#258D70
5#2E856C
6#377C68
7#3F7365
8#486B61
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDD | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCCB | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B07F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF5;
--teal-200: #BEFEEC;
--teal-300: #8BFDDD;
--teal-400: #4FFCCB;
--teal-500: #1DFCBC;
--teal-600: #03DD9F;
--teal-700: #03B07F;
--teal-800: #027E5B;
--teal-900: #01503A;
--teal-950: #013224;
}