Teal
#03737D
CyanColor Codes
All color formats for development
HEX
#03737DRGB
rgb(3, 115, 125)HSL
hsl(185, 95%, 25%)OKLCH
oklch(0.507 0.086 205.5)CMYK
cmyk(98%, 8%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036770
2#035B63
3#025057
4#02454B
5#02393E
6#012E32
7#012225
8#011719
9#000B0C
Tints
Lighter variations
1#0494A2
2#05B7C7
3#06D9EC
4#1FE7F9
5#45EBFA
6#6AEFFB
7#8FF3FC
8#B4F7FD
9#DAFBFE
Tones
Muted variations
1#096D76
2#0F6870
3#15636A
4#1B5E64
5#21595E
6#285458
7#2E4F52
8#344A4C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF3 #8DF3FC | BordersInactive statesPlaceholder text |
| 400 | 51EC #51ECFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE7 #1FE7F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C9 #06C9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A0 #04A0AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0372 #03727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BEF8FD;
--teal-300: #8DF3FC;
--teal-400: #51ECFB;
--teal-500: #1FE7F9;
--teal-600: #06C9DB;
--teal-700: #04A0AE;
--teal-800: #03727C;
--teal-900: #024950;
--teal-950: #012E32;
}