Teal
#046C7C
CyanColor Codes
All color formats for development
HEX
#046C7CRGB
rgb(4, 108, 124)HSL
hsl(188, 94%, 25%)OKLCH
oklch(0.488 0.084 212.6)CMYK
cmyk(97%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03616F
2#035663
3#034B57
4#02414A
5#02363E
6#022B31
7#012025
8#011619
9#000B0C
Tints
Lighter variations
1#058CA1
2#06ACC6
3#07CDEB
4#20DBF8
5#45E1F9
6#6BE7FA
7#90EDFC
8#B5F3FD
9#DAF9FE
Tones
Muted variations
1#0A6776
2#106370
3#165F6A
4#1C5A64
5#22565E
6#285158
7#2E4D52
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 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFB | BordersInactive statesPlaceholder text |
| 400 | 52E3 #52E3FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DB #20DBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BE #07BEDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0597 #0597AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046C #046C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #02454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCF9FE;
--teal-200: #BFF5FD;
--teal-300: #8DEDFB;
--teal-400: #52E3FA;
--teal-500: #20DBF8;
--teal-600: #07BEDA;
--teal-700: #0597AD;
--teal-800: #046C7C;
--teal-900: #02454F;
--teal-950: #022B31;
}