Teal
#0489AE
CyanColor Codes
All color formats for development
HEX
#0489AERGB
rgb(4, 137, 174)HSL
hsl(193, 96%, 35%)OKLCH
oklch(0.587 0.111 225.6)CMYK
cmyk(98%, 21%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037C9D
2#036E8C
3#02607A
4#025369
5#024557
6#013746
7#012934
8#011C23
9#000E11
Tints
Lighter variations
1#04A3CF
2#05BDF0
3#1CCAFA
4#3CD2FB
5#5DD9FC
6#7DE1FC
7#9EE8FD
8#BEF0FE
9#DFF7FE
Tones
Muted variations
1#0C85A6
2#15809E
3#1D7B95
4#26768D
5#2E7284
6#376D7C
7#406873
8#48636A
9#515E62
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 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE4 #8CE4FD | BordersInactive statesPlaceholder text |
| 400 | 50D6 #50D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECB #1ECBFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04AD #04ADDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048A #048AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627D | 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: #F0FCFF;
--teal-100: #DCF7FE;
--teal-200: #BEF0FE;
--teal-300: #8CE4FD;
--teal-400: #50D6FB;
--teal-500: #1ECBFA;
--teal-600: #04ADDC;
--teal-700: #048AAF;
--teal-800: #03627D;
--teal-900: #023F50;
--teal-950: #012732;
}