Teal
#00B368
GreenColor Codes
All color formats for development
HEX
#00B368RGB
rgb(0, 179, 104)HSL
hsl(155, 100%, 35%)OKLCH
oklch(0.674 0.165 155.4)CMYK
cmyk(100%, 0%, 42%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A15E
2#008F53
3#007D49
4#006B3E
5#005934
6#00472A
7#00361F
8#002415
9#00120A
Tints
Lighter variations
1#00D47B
2#00F58F
3#17FF9E
4#38FFAC
5#59FFBA
6#7AFFC8
7#9CFFD6
8#BDFFE3
9#DEFFF1
Tones
Muted variations
1#09AA67
2#12A165
3#1B9864
4#248F62
5#2D8661
6#367D5F
7#3E745E
8#476B5C
9#50625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005230 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DBFFF0;
--teal-200: #BDFFE3;
--teal-300: #8AFFCE;
--teal-400: #4DFFB5;
--teal-500: #1AFF9F;
--teal-600: #00E083;
--teal-700: #00B368;
--teal-800: #00804A;
--teal-900: #005230;
--teal-950: #00331E;
}