Teal
#03717D
CyanColor Codes
All color formats for development
HEX
#03717DRGB
rgb(3, 113, 125)HSL
hsl(186, 95%, 25%)OKLCH
oklch(0.502 0.086 207.7)CMYK
cmyk(98%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036570
2#035A63
3#024F57
4#02434B
5#02383E
6#012D32
7#012225
8#011619
9#000B0C
Tints
Lighter variations
1#0492A2
2#05B4C7
3#06D5EC
4#1FE3F9
5#45E8FA
6#6AEDFB
7#8FF1FC
8#B4F6FD
9#DAFAFE
Tones
Muted variations
1#096B76
2#0F6770
3#15626A
4#1B5D64
5#21585E
6#285358
7#2E4E52
8#34494C
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 | BEF7 #BEF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF1 #8DF1FC | BordersInactive statesPlaceholder text |
| 400 | 51EA #51EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE3 #1FE3F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C5 #06C5DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049D #049DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0370 #03707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BEF7FD;
--teal-300: #8DF1FC;
--teal-400: #51EAFB;
--teal-500: #1FE3F9;
--teal-600: #06C5DB;
--teal-700: #049DAE;
--teal-800: #03707C;
--teal-900: #024850;
--teal-950: #012D32;
}