Teal
#036D7D
CyanColor Codes
All color formats for development
HEX
#036D7DRGB
rgb(3, 109, 125)HSL
hsl(188, 95%, 25%)OKLCH
oklch(0.491 0.085 212.4)CMYK
cmyk(98%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036170
2#035763
3#024C57
4#02414B
5#02363E
6#012B32
7#012025
8#011619
9#000B0C
Tints
Lighter variations
1#048DA2
2#05ADC7
3#06CEEC
4#1FDCF9
5#45E2FA
6#6AE8FB
7#8FEEFC
8#B4F3FD
9#DAF9FE
Tones
Muted variations
1#096876
2#0F6370
3#155F6A
4#1B5A64
5#21565E
6#285258
7#2E4D52
8#34494C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFC | BordersInactive statesPlaceholder text |
| 400 | 51E4 #51E4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FDC #1FDCF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BE #06BEDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0497 #0497AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036C #036C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #024550 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF5FD;
--teal-300: #8DEDFC;
--teal-400: #51E4FB;
--teal-500: #1FDCF9;
--teal-600: #06BEDB;
--teal-700: #0497AE;
--teal-800: #036C7C;
--teal-900: #024550;
--teal-950: #012B32;
}