Teal
#088DAA
CyanColor Codes
All color formats for development
HEX
#088DAARGB
rgb(8, 141, 170)HSL
hsl(191, 91%, 35%)OKLCH
oklch(0.595 0.107 219.4)CMYK
cmyk(95%, 17%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#077F99
2#067188
3#066277
4#055466
5#044655
6#033844
7#022A33
8#021C22
9#010E11
Tints
Lighter variations
1#0AA7CA
2#0BC1EA
3#21CEF5
4#41D5F6
5#61DCF8
6#80E3F9
7#A0EAFB
8#C0F1FC
9#DFF8FE
Tones
Muted variations
1#1088A2
2#18829A
3#207D92
4#29788A
5#317382
6#396E7A
7#416972
8#496469
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE6 #8FE6FA | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24CE #24CEF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB1 #0AB1D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088D #088DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #06647A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF7FD;
--teal-200: #C0F1FC;
--teal-300: #8FE6FA;
--teal-400: #55D9F7;
--teal-500: #24CEF5;
--teal-600: #0AB1D6;
--teal-700: #088DAA;
--teal-800: #06647A;
--teal-900: #04404E;
--teal-950: #022831;
}