Teal
#036F7D
CyanColor Codes
All color formats for development
HEX
#036F7DRGB
rgb(3, 111, 125)HSL
hsl(187, 95%, 25%)OKLCH
oklch(0.497 0.085 210.1)CMYK
cmyk(98%, 11%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036370
2#035863
3#024D57
4#02424B
5#02373E
6#012C32
7#012125
8#011619
9#000B0C
Tints
Lighter variations
1#048FA2
2#05B0C7
3#06D1EC
4#1FE0F9
5#45E5FA
6#6AEAFB
7#8FEFFC
8#B4F5FD
9#DAFAFE
Tones
Muted variations
1#096A76
2#0F6570
3#15606A
4#1B5C64
5#21575E
6#285258
7#2E4E52
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 | BEF6 #BEF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFC | BordersInactive statesPlaceholder text |
| 400 | 51E7 #51E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE0 #1FE0F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C2 #06C2DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049A #049AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036E #036E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF6FD;
--teal-300: #8DEFFC;
--teal-400: #51E7FB;
--teal-500: #1FE0F9;
--teal-600: #06C2DB;
--teal-700: #049AAE;
--teal-800: #036E7C;
--teal-900: #024750;
--teal-950: #012C32;
}