Teal
#03627C
CyanColor Codes
All color formats for development
HEX
#03627CRGB
rgb(3, 98, 124)HSL
hsl(193, 95%, 25%)OKLCH
oklch(0.461 0.086 224.3)CMYK
cmyk(98%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035870
2#034E63
3#024557
4#023B4B
5#02313E
6#012732
7#011D25
8#011419
9#000A0C
Tints
Lighter variations
1#047FA2
2#059DC7
3#06BAEC
4#1FCAF9
5#45D3FA
6#6ADCFB
7#8FE5FC
8#B4EDFD
9#DAF6FE
Tones
Muted variations
1#095F76
2#0F5B70
3#15586A
4#1B5464
5#21515E
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 | BEF0 #BEF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FC | BordersInactive statesPlaceholder text |
| 400 | 51D6 #51D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCA #1FCAF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06AD #06ADDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0489 #0489AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF7FE;
--teal-200: #BEF0FD;
--teal-300: #8DE4FC;
--teal-400: #51D6FB;
--teal-500: #1FCAF9;
--teal-600: #06ADDB;
--teal-700: #0489AE;
--teal-800: #03627C;
--teal-900: #023F50;
--teal-950: #012732;
}