Teal
#086378
CyanColor Codes
All color formats for development
HEX
#086378RGB
rgb(8, 99, 120)HSL
hsl(191, 88%, 25%)OKLCH
oklch(0.463 0.082 219.6)CMYK
cmyk(93%, 18%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07596C
2#064F60
3#054554
4#053C48
5#04323C
6#032830
7#021E24
8#021418
9#010A0C
Tints
Lighter variations
1#0A819C
2#0C9FC0
3#0FBDE4
4#27CCF1
5#4BD5F4
6#6FDDF6
7#93E6F8
8#B7EEFA
9#DBF7FD
Tones
Muted variations
1#0D6072
2#135C6D
3#185967
4#1E5561
5#24525C
6#294E56
7#2F4A51
8#35474B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF7FD;
--teal-200: #C1F0FB;
--teal-300: #91E5F8;
--teal-400: #57D7F4;
--teal-500: #27CCF1;
--teal-600: #0DAFD3;
--teal-700: #0B8BA8;
--teal-800: #086378;
--teal-900: #05404D;
--teal-950: #032830;
}