Teal
#03B0A1
CyanColor Codes
All color formats for development
HEX
#03B0A1RGB
rgb(3, 176, 161)HSL
hsl(175, 97%, 35%)OKLCH
oklch(0.681 0.12 184.2)CMYK
cmyk(98%, 0%, 9%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E91
2#028D81
3#027B71
4#026961
5#015851
6#014641
7#013530
8#012320
9#001210
Tints
Lighter variations
1#03D0BF
2#04F1DD
3#1AFCE9
4#3BFCEC
5#5CFDEF
6#7CFDF2
7#9DFEF5
8#BEFEF9
9#DEFFFC
Tones
Muted variations
1#0BA79A
2#149F93
3#1D968C
4#258D85
5#2E857D
6#377C76
7#3F736F
8#486B68
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BEFEF9;
--teal-300: #8BFDF4;
--teal-400: #4FFCEE;
--teal-500: #1DFCE9;
--teal-600: #03DDCB;
--teal-700: #03B0A1;
--teal-800: #027E73;
--teal-900: #01504A;
--teal-950: #01322E;
}