Teal
#048DAF
CyanColor Codes
All color formats for development
HEX
#048DAFRGB
rgb(4, 141, 175)HSL
hsl(192, 96%, 35%)OKLCH
oklch(0.597 0.11 222.9)CMYK
cmyk(98%, 19%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037F9D
2#03718C
3#02627A
4#025469
5#024657
6#013846
7#012A34
8#011C23
9#000E11
Tints
Lighter variations
1#04A7CF
2#05C1F0
3#1CCEFA
4#3CD5FB
5#5DDCFC
6#7DE3FC
7#9EEAFD
8#BEF1FE
9#DFF8FE
Tones
Muted variations
1#0C88A6
2#15829E
3#1D7D95
4#26788D
5#2E7384
6#376E7C
7#406973
8#48646A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE6 #8CE6FD | BordersInactive statesPlaceholder text |
| 400 | 50D9 #50D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECE #1ECEFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B1 #04B1DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048D #048DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF7FE;
--teal-200: #BEF1FE;
--teal-300: #8CE6FD;
--teal-400: #50D9FB;
--teal-500: #1ECEFA;
--teal-600: #04B1DC;
--teal-700: #048DAF;
--teal-800: #03647D;
--teal-900: #024050;
--teal-950: #012832;
}