Teal
#0497AE
CyanColor Codes
All color formats for development
HEX
#0497AERGB
rgb(4, 151, 174)HSL
hsl(188, 96%, 35%)OKLCH
oklch(0.622 0.108 213.5)CMYK
cmyk(98%, 13%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03899D
2#037A8C
3#026A7A
4#025B69
5#024C57
6#013D46
7#012E34
8#011E23
9#000F11
Tints
Lighter variations
1#04B4CF
2#05D1F0
3#1CDDFA
4#3CE2FB
5#5DE6FC
6#7DEBFC
7#9EF0FD
8#BEF5FE
9#DFFAFE
Tones
Muted variations
1#0C92A6
2#158C9E
3#1D8595
4#267F8D
5#2E7984
6#37727C
7#406C73
8#48666A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEE #8CEEFD | BordersInactive statesPlaceholder text |
| 400 | 50E5 #50E5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EDD #1EDDFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BF #04BFDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0498 #0498AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036D #036D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #024650 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF5FE;
--teal-300: #8CEEFD;
--teal-400: #50E5FB;
--teal-500: #1EDDFA;
--teal-600: #04BFDC;
--teal-700: #0498AF;
--teal-800: #036D7D;
--teal-900: #024650;
--teal-950: #012B32;
}