Teal
#04627C
CyanColor Codes
All color formats for development
HEX
#04627CRGB
rgb(4, 98, 124)HSL
hsl(193, 94%, 25%)OKLCH
oklch(0.462 0.086 224.4)CMYK
cmyk(97%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03586F
2#034E63
3#034457
4#023B4A
5#02313E
6#022731
7#011D25
8#011419
9#000A0C
Tints
Lighter variations
1#057FA1
2#069CC6
3#07BAEB
4#20C9F8
5#45D2F9
6#6BDBFA
7#90E4FC
8#B5EDFD
9#DAF6FE
Tones
Muted variations
1#0A5E76
2#105B70
3#16586A
4#1C5464
5#22515E
6#284D58
7#2E4A52
8#34474C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FB | BordersInactive statesPlaceholder text |
| 400 | 52D5 #52D5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C9 #20C9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AC #07ACDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0589 #0589AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0462 #04627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF7FE;
--teal-200: #BFF0FD;
--teal-300: #8DE4FB;
--teal-400: #52D5FA;
--teal-500: #20C9F8;
--teal-600: #07ACDA;
--teal-700: #0589AD;
--teal-800: #04627C;
--teal-900: #023F4F;
--teal-950: #022731;
}