Teal
#00B365
GreenColor Codes
All color formats for development
HEX
#00B365RGB
rgb(0, 179, 101)HSL
hsl(154, 100%, 35%)OKLCH
oklch(0.673 0.168 154.5)CMYK
cmyk(100%, 0%, 44%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A15B
2#008F51
3#007D47
4#006B3D
5#005933
6#004728
7#00361E
8#002414
9#00120A
Tints
Lighter variations
1#00D478
2#00F58B
3#17FF9A
4#38FFA9
5#59FFB7
6#7AFFC6
7#9CFFD4
8#BDFFE2
9#DEFFF1
Tones
Muted variations
1#09AA64
2#12A163
3#1B9862
4#248F60
5#2D865F
6#367D5E
7#3E745D
8#476B5C
9#50625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF8;
--teal-100: #DBFFF0;
--teal-200: #BDFFE2;
--teal-300: #8AFFCC;
--teal-400: #4DFFB2;
--teal-500: #1AFF9C;
--teal-600: #00E07F;
--teal-700: #00B365;
--teal-800: #008048;
--teal-900: #00522E;
--teal-950: #00331D;
}