Teal
#0495AF
CyanColor Codes
All color formats for development
HEX
#0495AFRGB
rgb(4, 149, 175)HSL
hsl(189, 96%, 35%)OKLCH
oklch(0.617 0.109 216)CMYK
cmyk(98%, 15%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03869D
2#03778C
3#02687A
4#025A69
5#024B57
6#013C46
7#012D34
8#011E23
9#000F11
Tints
Lighter variations
1#04B1CF
2#05CDF0
3#1CD9FA
4#3CDEFB
5#5DE4FC
6#7DE9FC
7#9EEFFD
8#BEF4FE
9#DFFAFE
Tones
Muted variations
1#0C8FA6
2#15899E
3#1D8395
4#267D8D
5#2E7784
6#37717C
7#406B73
8#48656A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEC #8CECFD | BordersInactive statesPlaceholder text |
| 400 | 50E2 #50E2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED9 #1ED9FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BC #04BCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036B #036B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | 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: #F0FCFF;
--teal-100: #DCF9FE;
--teal-200: #BEF4FE;
--teal-300: #8CECFD;
--teal-400: #50E2FB;
--teal-500: #1ED9FA;
--teal-600: #04BCDC;
--teal-700: #0495AF;
--teal-800: #036B7D;
--teal-900: #024450;
--teal-950: #012B32;
}