Teal
#0487AF
CyanColor Codes
All color formats for development
HEX
#0487AFRGB
rgb(4, 135, 175)HSL
hsl(194, 96%, 35%)OKLCH
oklch(0.582 0.113 227.9)CMYK
cmyk(98%, 23%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03799D
2#036C8C
3#025E7A
4#025169
5#024357
6#013646
7#012834
8#011B23
9#000D11
Tints
Lighter variations
1#04A0CF
2#05B9F0
3#1CC6FA
4#3CCEFB
5#5DD7FC
6#7DDFFC
7#9EE7FD
8#BEEFFE
9#DFF7FE
Tones
Muted variations
1#0C82A6
2#157E9E
3#1D7995
4#26758D
5#2E7084
6#376C7C
7#406773
8#48626A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE2 #8CE2FD | BordersInactive statesPlaceholder text |
| 400 | 50D3 #50D3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC7 #1EC7FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04AA #04AADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0487 #0487AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0360 #03607D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023E #023E50 | 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: #DCF6FE;
--teal-200: #BEEFFE;
--teal-300: #8CE2FD;
--teal-400: #50D3FB;
--teal-500: #1EC7FA;
--teal-600: #04AADC;
--teal-700: #0487AF;
--teal-800: #03607D;
--teal-900: #023E50;
--teal-950: #012732;
}