Teal
#027E67
CyanColor Codes
All color formats for development
HEX
#027E67RGB
rgb(2, 126, 103)HSL
hsl(169, 97%, 25%)OKLCH
oklch(0.529 0.1 173.9)CMYK
cmyk(98%, 0%, 18%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02715D
2#026452
3#015848
4#014B3E
5#013F33
6#013229
7#01261F
8#001915
9#000D0A
Tints
Lighter variations
1#02A386
2#03C9A5
3#04EFC4
4#1DFCD3
5#43FCDA
6#68FDE1
7#8EFDE9
8#B4FEF0
9#D9FEF8
Tones
Muted variations
1#087763
2#0E715F
3#146B5B
4#1B6557
5#215F53
6#27584F
7#2D524B
8#334C48
9#3A4644
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE8 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BEFEF2;
--teal-300: #8BFDE8;
--teal-400: #4FFCDD;
--teal-500: #1DFCD3;
--teal-600: #03DDB5;
--teal-700: #03B090;
--teal-800: #027E67;
--teal-900: #015042;
--teal-950: #013229;
}