Teal
#088FAA
CyanColor Codes
All color formats for development
HEX
#088FAARGB
rgb(8, 143, 170)HSL
hsl(190, 91%, 35%)OKLCH
oklch(0.6 0.106 217.6)CMYK
cmyk(95%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078199
2#067388
3#066477
4#055666
5#044855
6#033944
7#022B33
8#021D22
9#010E11
Tints
Lighter variations
1#0AAACA
2#0BC5EA
3#21D1F5
4#41D8F6
5#61DEF8
6#80E5F9
7#A0EBFB
8#C0F2FC
9#DFF8FE
Tones
Muted variations
1#108AA2
2#18859A
3#207F92
4#297A8A
5#317482
6#396F7A
7#416972
8#496469
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE8 #8FE8FA | BordersInactive statesPlaceholder text |
| 400 | 55DC #55DCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D2 #24D2F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB4 #0AB4D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088F #088FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #06667A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FD;
--teal-200: #C0F2FC;
--teal-300: #8FE8FA;
--teal-400: #55DCF7;
--teal-500: #24D2F5;
--teal-600: #0AB4D6;
--teal-700: #088FAA;
--teal-800: #06667A;
--teal-900: #04424E;
--teal-950: #022931;
}