Teal
#017E5B
GreenColor Codes
All color formats for development
HEX
#017E5BRGB
rgb(1, 126, 91)HSL
hsl(163, 98%, 25%)OKLCH
oklch(0.526 0.11 165.4)CMYK
cmyk(99%, 0%, 28%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#017252
2#016549
3#015840
4#014C36
5#013F2D
6#013224
7#00261B
8#001912
9#000D09
Tints
Lighter variations
1#02A476
2#02CA91
3#02F0AD
4#1CFDBD
5#42FDC8
6#68FDD3
7#8DFEDE
8#B3FEE9
9#D9FFF4
Tones
Muted variations
1#087858
2#0E7255
3#146B53
4#1A6550
5#215F4D
6#27594B
7#2D5248
8#334C45
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | 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: #DCFFF5;
--teal-200: #BDFEEC;
--teal-300: #8BFEDD;
--teal-400: #4EFDCC;
--teal-500: #1CFDBD;
--teal-600: #02DEA0;
--teal-700: #02B17F;
--teal-800: #017E5B;
--teal-900: #01513A;
--teal-950: #013224;
}