Teal
#03B093
CyanColor Codes
All color formats for development
HEX
#03B093RGB
rgb(3, 176, 147)HSL
hsl(170, 97%, 35%)OKLCH
oklch(0.676 0.127 175.2)CMYK
cmyk(98%, 0%, 16%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E84
2#028D76
3#027B67
4#026958
5#015849
6#01463B
7#01352C
8#01231D
9#00120F
Tints
Lighter variations
1#03D0AE
2#04F1CA
3#1AFCD6
4#3BFCDC
5#5CFDE2
6#7CFDE8
7#9DFEED
8#BEFEF3
9#DEFFF9
Tones
Muted variations
1#0BA78D
2#149F87
3#1D9682
4#258D7C
5#2E8576
6#377C70
7#3F736B
8#486B65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEA | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDF | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF9;
--teal-200: #BEFEF3;
--teal-300: #8BFDEA;
--teal-400: #4FFCDF;
--teal-500: #1DFCD6;
--teal-600: #03DDB9;
--teal-700: #03B093;
--teal-800: #027E69;
--teal-900: #015043;
--teal-950: #01322A;
}