Teal
#0688AC
CyanColor Codes
All color formats for development
HEX
#0688ACRGB
rgb(6, 136, 172)HSL
hsl(193, 93%, 35%)OKLCH
oklch(0.583 0.11 225.1)CMYK
cmyk(97%, 21%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#067B9B
2#056D8A
3#045F79
4#045267
5#034456
6#023745
7#022934
8#011B22
9#010E11
Tints
Lighter variations
1#07A2CC
2#09BBEC
3#1FC8F7
4#3FD0F8
5#5FD8F9
6#7FE0FA
7#9FE7FC
8#BFEFFD
9#DFF7FE
Tones
Muted variations
1#0F84A4
2#177F9C
3#1F7A93
4#27758B
5#307183
6#386C7A
7#406772
8#49636A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEF #BFEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FB | BordersInactive statesPlaceholder text |
| 400 | 53D5 #53D5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C9 #22C9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AB #08ABD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0688 #0688AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0461 #04617B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF7FE;
--teal-200: #BFEFFD;
--teal-300: #8EE3FB;
--teal-400: #53D5F9;
--teal-500: #22C9F7;
--teal-600: #08ABD9;
--teal-700: #0688AC;
--teal-800: #04617B;
--teal-900: #033E4F;
--teal-950: #022731;
}