Teal
#069EAC
CyanColor Codes
All color formats for development
HEX
#069EACRGB
rgb(6, 158, 172)HSL
hsl(185, 93%, 35%)OKLCH
oklch(0.639 0.108 206)CMYK
cmyk(97%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068F9B
2#057F8A
3#046F79
4#045F67
5#034F56
6#023F45
7#023034
8#012022
9#011011
Tints
Lighter variations
1#07BCCC
2#09D9EC
3#1FE5F7
4#3FE9F8
5#5FECF9
6#7FF0FA
7#9FF4FC
8#BFF8FD
9#DFFBFE
Tones
Muted variations
1#0F98A4
2#17919C
3#1F8A93
4#27838B
5#307C83
6#38757A
7#406E72
8#49676A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF2 #8EF2FB | BordersInactive statesPlaceholder text |
| 400 | 53EB #53EBF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E5 #22E5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C7 #08C7D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069E #069EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0471 #04717B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFE;
--teal-200: #BFF8FD;
--teal-300: #8EF2FB;
--teal-400: #53EBF9;
--teal-500: #22E5F7;
--teal-600: #08C7D9;
--teal-700: #069EAC;
--teal-800: #04717B;
--teal-900: #03484F;
--teal-950: #022D31;
}