Teal
#049DAE
CyanColor Codes
All color formats for development
HEX
#049DAERGB
rgb(4, 157, 174)HSL
hsl(186, 96%, 35%)OKLCH
oklch(0.637 0.109 208.4)CMYK
cmyk(98%, 10%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#038E9D
2#037E8C
3#026E7A
4#025F69
5#024F57
6#013F46
7#012F34
8#012023
9#001011
Tints
Lighter variations
1#04BBCF
2#05D8F0
3#1CE4FA
4#3CE8FB
5#5DECFC
6#7DF0FC
7#9EF3FD
8#BEF7FE
9#DFFBFE
Tones
Muted variations
1#0C97A6
2#15909E
3#1D8995
4#26828D
5#2E7C84
6#37757C
7#406E73
8#48676A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF1 #8CF1FD | BordersInactive statesPlaceholder text |
| 400 | 50EA #50EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE4 #1EE4FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C6 #04C6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049E #049EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0371 #03717D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFBFE;
--teal-200: #BEF7FE;
--teal-300: #8CF1FD;
--teal-400: #50EAFB;
--teal-500: #1EE4FA;
--teal-600: #04C6DC;
--teal-700: #049EAF;
--teal-800: #03717D;
--teal-900: #024850;
--teal-950: #012D32;
}