Teal
#046F7B
CyanColor Codes
All color formats for development
HEX
#046F7BRGB
rgb(4, 111, 123)HSL
hsl(186, 94%, 25%)OKLCH
oklch(0.496 0.084 208)CMYK
cmyk(97%, 10%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03656F
2#035963
3#034E57
4#02434A
5#02383E
6#022D31
7#012225
8#011619
9#000B0C
Tints
Lighter variations
1#0591A1
2#06B3C6
3#07D4EB
4#20E3F8
5#45E7F9
6#6BECFA
7#90F1FC
8#B5F6FD
9#DAFAFE
Tones
Muted variations
1#0A6B76
2#106670
3#16616A
4#1C5D64
5#22585E
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 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF0 #8DF0FB | BordersInactive statesPlaceholder text |
| 400 | 52E9 #52E9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20E3 #20E3F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C5 #07C5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059C #059CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0470 #04707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #02474F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BFF7FD;
--teal-300: #8DF0FB;
--teal-400: #52E9FA;
--teal-500: #20E3F8;
--teal-600: #07C5DA;
--teal-700: #059CAD;
--teal-800: #04707C;
--teal-900: #02474F;
--teal-950: #022D31;
}