Teal
#046A7C
CyanColor Codes
All color formats for development
HEX
#046A7CRGB
rgb(4, 106, 124)HSL
hsl(189, 94%, 25%)OKLCH
oklch(0.483 0.084 215)CMYK
cmyk(97%, 15%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035F6F
2#035563
3#034A57
4#023F4A
5#02353E
6#022A31
7#012025
8#011519
9#000B0C
Tints
Lighter variations
1#0589A1
2#06A9C6
3#07C9EB
4#20D8F8
5#45DEF9
6#6BE5FA
7#90EBFC
8#B5F2FD
9#DAF8FE
Tones
Muted variations
1#0A6676
2#106170
3#165D6A
4#1C5964
5#22555E
6#285158
7#2E4C52
8#34484C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFB | BordersInactive statesPlaceholder text |
| 400 | 52E0 #52E0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20D8 #20D8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BA #07BADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0594 #0594AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046A #046A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #02444F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF9FE;
--teal-200: #BFF4FD;
--teal-300: #8DEBFB;
--teal-400: #52E0FA;
--teal-500: #20D8F8;
--teal-600: #07BADA;
--teal-700: #0594AD;
--teal-800: #046A7C;
--teal-900: #02444F;
--teal-950: #022A31;
}