Teal
#03B085
CyanColor Codes
All color formats for development
HEX
#03B085RGB
rgb(3, 176, 133)HSL
hsl(165, 97%, 35%)OKLCH
oklch(0.672 0.136 167.6)CMYK
cmyk(98%, 0%, 24%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E77
2#028D6A
3#027B5D
4#026950
5#015842
6#014635
7#013528
8#01231B
9#00120D
Tints
Lighter variations
1#03D09D
2#04F1B6
3#1AFCC3
4#3BFCCC
5#5CFDD4
6#7CFDDD
7#9DFEE5
8#BEFEEE
9#DEFFF6
Tones
Muted variations
1#0BA780
2#149F7C
3#1D9678
4#258D73
5#2E856F
6#377C6B
7#3F7366
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 #BEFEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE1 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503D | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFEEE;
--teal-300: #8BFDE1;
--teal-400: #4FFCD1;
--teal-500: #1DFCC4;
--teal-600: #03DDA7;
--teal-700: #03B085;
--teal-800: #027E5F;
--teal-900: #01503D;
--teal-950: #013226;
}