Teal
#069CAC
CyanColor Codes
All color formats for development
HEX
#069CACRGB
rgb(6, 156, 172)HSL
hsl(186, 93%, 35%)OKLCH
oklch(0.634 0.108 207.7)CMYK
cmyk(97%, 9%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068C9B
2#057D8A
3#046D79
4#045D67
5#034E56
6#023E45
7#022F34
8#011F22
9#011011
Tints
Lighter variations
1#07B9CC
2#09D5EC
3#1FE1F7
4#3FE6F8
5#5FEAF9
6#7FEEFA
7#9FF2FC
8#BFF7FD
9#DFFBFE
Tones
Muted variations
1#0F95A4
2#178E9C
3#1F8893
4#27818B
5#307A83
6#38747A
7#406D72
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 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FB | BordersInactive statesPlaceholder text |
| 400 | 53E8 #53E8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E2 #22E2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C4 #08C4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069C #069CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046F #046F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFAFE;
--teal-200: #BFF7FD;
--teal-300: #8EF0FB;
--teal-400: #53E8F9;
--teal-500: #22E2F7;
--teal-600: #08C4D9;
--teal-700: #069CAC;
--teal-800: #046F7B;
--teal-900: #03474F;
--teal-950: #022C31;
}