Teal
#04647C
CyanColor Codes
All color formats for development
HEX
#04647CRGB
rgb(4, 100, 124)HSL
hsl(192, 94%, 25%)OKLCH
oklch(0.467 0.085 222.1)CMYK
cmyk(97%, 19%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035A6F
2#035063
3#034657
4#023C4A
5#02323E
6#022831
7#011E25
8#011419
9#000A0C
Tints
Lighter variations
1#0582A1
2#06A0C6
3#07BDEB
4#20CDF8
5#45D5F9
6#6BDEFA
7#90E6FC
8#B5EEFD
9#DAF7FE
Tones
Muted variations
1#0A6076
2#105D70
3#16596A
4#1C5564
5#22525E
6#284E58
7#2E4B52
8#34474C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE5 #8DE5FB | BordersInactive statesPlaceholder text |
| 400 | 52D8 #52D8FA | Disabled statesSecondary iconsMuted text |
| 500 | 20CD #20CDF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AF #07AFDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058C #058CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0464 #04647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #02404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF7FE;
--teal-200: #BFF1FD;
--teal-300: #8DE5FB;
--teal-400: #52D8FA;
--teal-500: #20CDF8;
--teal-600: #07AFDA;
--teal-700: #058CAD;
--teal-800: #04647C;
--teal-900: #02404F;
--teal-950: #022831;
}