Teal
#03B096
CyanColor Codes
All color formats for development
HEX
#03B096RGB
rgb(3, 176, 150)HSL
hsl(171, 97%, 35%)OKLCH
oklch(0.677 0.125 177.1)CMYK
cmyk(98%, 0%, 15%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E87
2#028D78
3#027B69
4#02695A
5#01584B
6#01463C
7#01352D
8#01231E
9#00120F
Tints
Lighter variations
1#03D0B2
2#04F1CE
3#1AFCDA
4#3BFCDF
5#5CFDE4
6#7CFDEA
7#9DFEEF
8#BEFEF4
9#DEFFFA
Tones
Muted variations
1#0BA790
2#149F8A
3#1D9684
4#258D7E
5#2E8578
6#377C71
7#3F736B
8#486B65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEC | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015045 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEF9;
--teal-200: #BEFEF4;
--teal-300: #8BFDEC;
--teal-400: #4FFCE2;
--teal-500: #1DFCDA;
--teal-600: #03DDBC;
--teal-700: #03B096;
--teal-800: #027E6B;
--teal-900: #015045;
--teal-950: #01322B;
}