Teal
#03A4B0
CyanColor Codes
All color formats for development
HEX
#03A4B0RGB
rgb(3, 164, 176)HSL
hsl(184, 97%, 35%)OKLCH
oklch(0.655 0.111 204)CMYK
cmyk(98%, 7%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02949E
2#02838D
3#02737B
4#026369
5#015258
6#014246
7#013135
8#012123
9#001012
Tints
Lighter variations
1#03C3D0
2#04E1F1
3#1AEDFC
4#3BEFFC
5#5CF2FD
6#7CF4FD
7#9DF7FE
8#BEFAFE
9#DEFCFF
Tones
Muted variations
1#0B9DA7
2#14959F
3#1D8E96
4#25868D
5#2E7F85
6#37777C
7#3F7073
8#48686B
9#516162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFA #BEFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FD | BordersInactive statesPlaceholder text |
| 400 | 4FF1 #4FF1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DED #1DEDFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CF #03CFDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A4 #03A4B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0275 #02757E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BEFAFE;
--teal-300: #8BF6FD;
--teal-400: #4FF1FC;
--teal-500: #1DEDFC;
--teal-600: #03CFDD;
--teal-700: #03A4B0;
--teal-800: #02757E;
--teal-900: #014B50;
--teal-950: #012F32;
}