Teal
#0492AF
CyanColor Codes
All color formats for development
HEX
#0492AFRGB
rgb(4, 146, 175)HSL
hsl(190, 96%, 35%)OKLCH
oklch(0.61 0.109 218.6)CMYK
cmyk(98%, 17%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03849D
2#03758C
3#02667A
4#025869
5#024957
6#013B46
7#012C34
8#011D23
9#000F11
Tints
Lighter variations
1#04AECF
2#05C9F0
3#1CD5FA
4#3CDBFB
5#5DE1FC
6#7DE7FC
7#9EEDFD
8#BEF3FE
9#DFF9FE
Tones
Muted variations
1#0C8DA6
2#15879E
3#1D8195
4#267C8D
5#2E7684
6#37707C
7#406A73
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 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEA #8CEAFD | BordersInactive statesPlaceholder text |
| 400 | 50DF #50DFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED6 #1ED6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B8 #04B8DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0369 #03697D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF9FE;
--teal-200: #BEF3FE;
--teal-300: #8CEAFD;
--teal-400: #50DFFB;
--teal-500: #1ED6FA;
--teal-600: #04B8DC;
--teal-700: #0492AF;
--teal-800: #03697D;
--teal-900: #024350;
--teal-950: #012A32;
}