Teal
#03B099
CyanColor Codes
All color formats for development
HEX
#03B099RGB
rgb(3, 176, 153)HSL
hsl(172, 97%, 35%)OKLCH
oklch(0.678 0.124 178.9)CMYK
cmyk(98%, 0%, 13%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E89
2#028D7A
3#027B6B
4#02695C
5#01584C
6#01463D
7#01352E
8#01231F
9#00120F
Tints
Lighter variations
1#03D0B5
2#04F1D1
3#1AFCDE
4#3BFCE2
5#5CFDE7
6#7CFDEC
7#9DFEF1
8#BEFEF5
9#DEFFFA
Tones
Muted variations
1#0BA792
2#149F8C
3#1D9686
4#258D7F
5#2E8579
6#377C73
7#3F736C
8#486B66
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFEF5;
--teal-300: #8BFDEE;
--teal-400: #4FFCE5;
--teal-500: #1DFCDE;
--teal-600: #03DDC0;
--teal-700: #03B099;
--teal-800: #027E6D;
--teal-900: #015046;
--teal-950: #01322C;
}