Teal
#03B09F
CyanColor Codes
All color formats for development
HEX
#03B09FRGB
rgb(3, 176, 159)HSL
hsl(174, 97%, 35%)OKLCH
oklch(0.68 0.121 182.8)CMYK
cmyk(98%, 0%, 10%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E8F
2#028D7F
3#027B6F
4#02695F
5#01584F
6#01463F
7#013530
8#012320
9#001210
Tints
Lighter variations
1#03D0BC
2#04F1D9
3#1AFCE5
4#3BFCE9
5#5CFDEC
6#7CFDF0
7#9DFEF4
8#BEFEF8
9#DEFFFB
Tones
Muted variations
1#0BA798
2#149F91
3#1D968A
4#258D83
5#2E857C
6#377C75
7#3F736E
8#486B67
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF2 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEB | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B09F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BEFEF8;
--teal-300: #8BFDF2;
--teal-400: #4FFCEB;
--teal-500: #1DFCE5;
--teal-600: #03DDC7;
--teal-700: #03B09F;
--teal-800: #027E71;
--teal-900: #015048;
--teal-950: #01322D;
}