Teal
#027E5F
CyanColor Codes
All color formats for development
HEX
#027E5FRGB
rgb(2, 126, 95)HSL
hsl(165, 97%, 25%)OKLCH
oklch(0.527 0.106 168)CMYK
cmyk(98%, 0%, 25%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027155
2#02644C
3#015842
4#014B39
5#013F2F
6#013226
7#01261C
8#001913
9#000D09
Tints
Lighter variations
1#02A37B
2#03C997
3#04EFB4
4#1DFCC4
5#43FCCE
6#68FDD8
7#8EFDE1
8#B4FEEB
9#D9FEF5
Tones
Muted variations
1#08775C
2#0E7158
3#146B55
4#1B6552
5#215F4F
6#27584C
7#2D5249
8#334C46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE1 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503D | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFEEE;
--teal-300: #8BFDE1;
--teal-400: #4FFCD1;
--teal-500: #1DFCC4;
--teal-600: #03DDA7;
--teal-700: #03B085;
--teal-800: #027E5F;
--teal-900: #01503D;
--teal-950: #013226;
}