Teal
#03B090
CyanColor Codes
All color formats for development
HEX
#03B090RGB
rgb(3, 176, 144)HSL
hsl(169, 97%, 35%)OKLCH
oklch(0.675 0.129 173.5)CMYK
cmyk(98%, 0%, 18%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E82
2#028D73
3#027B65
4#026956
5#015848
6#01463A
7#01352B
8#01231D
9#00120E
Tints
Lighter variations
1#03D0AB
2#04F1C6
3#1AFCD2
4#3BFCD9
5#5CFDDF
6#7CFDE5
7#9DFEEC
8#BEFEF2
9#DEFFF9
Tones
Muted variations
1#0BA78B
2#149F85
3#1D9680
4#258D7A
5#2E8575
6#377C6F
7#3F736A
8#486B64
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE8 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BEFEF2;
--teal-300: #8BFDE8;
--teal-400: #4FFCDD;
--teal-500: #1DFCD3;
--teal-600: #03DDB5;
--teal-700: #03B090;
--teal-800: #027E67;
--teal-900: #015042;
--teal-950: #013229;
}