Teal
#03B09C
CyanColor Codes
All color formats for development
HEX
#03B09CRGB
rgb(3, 176, 156)HSL
hsl(173, 97%, 35%)OKLCH
oklch(0.679 0.122 180.9)CMYK
cmyk(98%, 0%, 11%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029E8C
2#028D7C
3#027B6D
4#02695D
5#01584E
6#01463E
7#01352F
8#01231F
9#001210
Tints
Lighter variations
1#03D0B9
2#04F1D5
3#1AFCE1
4#3BFCE6
5#5CFDEA
6#7CFDEE
7#9DFEF2
8#BEFEF7
9#DEFFFB
Tones
Muted variations
1#0BA795
2#149F8E
3#1D9688
4#258D81
5#2E857A
6#377C74
7#3F736D
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 #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B09C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFEF7;
--teal-300: #8BFDF0;
--teal-400: #4FFCE8;
--teal-500: #1DFCE2;
--teal-600: #03DDC4;
--teal-700: #03B09C;
--teal-800: #027E6F;
--teal-900: #015047;
--teal-950: #01322C;
}