Teal
#046D7B
CyanColor Codes
All color formats for development
HEX
#046D7BRGB
rgb(4, 109, 123)HSL
hsl(187, 94%, 25%)OKLCH
oklch(0.49 0.084 210.3)CMYK
cmyk(97%, 11%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03636F
2#035863
3#034D57
4#02424A
5#02373E
6#022C31
7#012125
8#011619
9#000B0C
Tints
Lighter variations
1#058FA1
2#06B0C6
3#07D0EB
4#20DFF8
5#45E4F9
6#6BEAFA
7#90EFFC
8#B5F4FD
9#DAFAFE
Tones
Muted variations
1#0A6976
2#106570
3#16606A
4#1C5B64
5#22575E
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 | BFF6 #BFF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFB | BordersInactive statesPlaceholder text |
| 400 | 52E6 #52E6FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DF #20DFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C1 #07C1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059A #059AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046E #046E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #02464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BFF6FD;
--teal-300: #8DEFFB;
--teal-400: #52E6FA;
--teal-500: #20DFF8;
--teal-600: #07C1DA;
--teal-700: #059AAD;
--teal-800: #046E7C;
--teal-900: #02464F;
--teal-950: #022C31;
}