Teal
#03B0A4
CyanColor Codes
All color formats for development
HEX
#03B0A4RGB
rgb(3, 176, 164)HSL
hsl(176, 97%, 35%)OKLCH
oklch(0.682 0.119 186.2)CMYK
cmyk(98%, 0%, 7%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E94
2#028D83
3#027B73
4#026963
5#015852
6#014642
7#013531
8#012321
9#001210
Tints
Lighter variations
1#03D0C3
2#04F1E1
3#1AFCED
4#3BFCEF
5#5CFDF2
6#7CFDF4
7#9DFEF7
8#BEFEFA
9#DEFFFC
Tones
Muted variations
1#0BA79D
2#149F95
3#1D968E
4#258D86
5#2E857F
6#377C77
7#3F7370
8#486B68
9#516261
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 #BEFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BEFEFA;
--teal-300: #8BFDF6;
--teal-400: #4FFCF1;
--teal-500: #1DFCED;
--teal-600: #03DDCF;
--teal-700: #03B0A4;
--teal-800: #027E75;
--teal-900: #01504B;
--teal-950: #01322F;
}