Teal
#03607D
CyanColor Codes
All color formats for development
HEX
#03607DRGB
rgb(3, 96, 125)HSL
hsl(194, 95%, 25%)OKLCH
oklch(0.457 0.088 227.5)CMYK
cmyk(98%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035670
2#034D63
3#024357
4#023A4B
5#02303E
6#012632
7#011D25
8#011319
9#000A0C
Tints
Lighter variations
1#047DA2
2#059AC7
3#06B6EC
4#1FC6F9
5#45D0FA
6#6AD9FB
7#8FE3FC
8#B4ECFD
9#DAF6FE
Tones
Muted variations
1#095D76
2#0F5A70
3#15566A
4#1B5364
5#21505E
6#284D58
7#2E4952
8#34464C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FC | BordersInactive statesPlaceholder text |
| 400 | 51D3 #51D3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FC6 #1FC6F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06A9 #06A9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0486 #0486AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0360 #03607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BEEFFD;
--teal-300: #8DE2FC;
--teal-400: #51D3FB;
--teal-500: #1FC6F9;
--teal-600: #06A9DB;
--teal-700: #0486AE;
--teal-800: #03607C;
--teal-900: #023D50;
--teal-950: #012632;
}