Teal
#0686AC
CyanColor Codes
All color formats for development
HEX
#0686ACRGB
rgb(6, 134, 172)HSL
hsl(194, 93%, 35%)OKLCH
oklch(0.578 0.11 226.8)CMYK
cmyk(97%, 22%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06789B
2#056B8A
3#045D79
4#045067
5#034356
6#023545
7#022834
8#011B22
9#010D11
Tints
Lighter variations
1#079ECC
2#09B7EC
3#1FC5F7
4#3FCDF8
5#5FD5F9
6#7FDEFA
7#9FE6FC
8#BFEEFD
9#DFF7FE
Tones
Muted variations
1#0F81A4
2#177D9C
3#1F7893
4#27748B
5#306F83
6#386B7A
7#406772
8#49626A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FB | BordersInactive statesPlaceholder text |
| 400 | 53D2 #53D2F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C5 #22C5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A8 #08A8D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0686 #0686AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045F #045F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FE;
--teal-200: #BFEEFD;
--teal-300: #8EE1FB;
--teal-400: #53D2F9;
--teal-500: #22C5F7;
--teal-600: #08A8D9;
--teal-700: #0686AC;
--teal-800: #045F7B;
--teal-900: #033D4F;
--teal-950: #022631;
}