Teal
#03B087
CyanColor Codes
All color formats for development
HEX
#03B087RGB
rgb(3, 176, 135)HSL
hsl(166, 97%, 35%)OKLCH
oklch(0.673 0.135 168.6)CMYK
cmyk(98%, 0%, 23%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E7A
2#028D6C
3#027B5F
4#026951
5#015844
6#014636
7#013529
8#01231B
9#00120E
Tints
Lighter variations
1#03D0A1
2#04F1BA
3#1AFCC7
4#3BFCCF
5#5CFDD7
6#7CFDDF
7#9DFEE7
8#BEFEEF
9#DEFFF7
Tones
Muted variations
1#0BA783
2#149F7E
3#1D967A
4#258D75
5#2E8570
6#377C6C
7#3F7367
8#486B62
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE3 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFEEF;
--teal-300: #8BFDE3;
--teal-400: #4FFCD4;
--teal-500: #1DFCC8;
--teal-600: #03DDAA;
--teal-700: #03B087;
--teal-800: #027E61;
--teal-900: #01503E;
--teal-950: #013227;
}