Teal
#049AAE
CyanColor Codes
All color formats for development
HEX
#049AAERGB
rgb(4, 154, 174)HSL
hsl(187, 96%, 35%)OKLCH
oklch(0.629 0.109 210.9)CMYK
cmyk(98%, 11%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#038B9D
2#037C8C
3#026C7A
4#025D69
5#024D57
6#013E46
7#012E34
8#011F23
9#000F11
Tints
Lighter variations
1#04B8CF
2#05D4F0
3#1CE0FA
4#3CE5FB
5#5DE9FC
6#7DEDFC
7#9EF2FD
8#BEF6FE
9#DFFBFE
Tones
Muted variations
1#0C94A6
2#158E9E
3#1D8795
4#26818D
5#2E7A84
6#37747C
7#406D73
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 | BEF6 #BEF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF0 #8CF0FD | BordersInactive statesPlaceholder text |
| 400 | 50E7 #50E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE1 #1EE1FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C3 #04C3DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049B #049BAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036F #036F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF6FE;
--teal-300: #8CF0FD;
--teal-400: #50E7FB;
--teal-500: #1EE1FA;
--teal-600: #04C3DC;
--teal-700: #049BAF;
--teal-800: #036F7D;
--teal-900: #024750;
--teal-950: #012C32;
}