Teal
#027E65
CyanColor Codes
All color formats for development
HEX
#027E65RGB
rgb(2, 126, 101)HSL
hsl(168, 97%, 25%)OKLCH
oklch(0.529 0.102 172.4)CMYK
cmyk(98%, 0%, 20%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02715B
2#026451
3#015847
4#014B3D
5#013F32
6#013228
7#01261E
8#001914
9#000D0A
Tints
Lighter variations
1#02A383
2#03C9A1
3#04EFC0
4#1DFCCF
5#43FCD7
6#68FDDF
7#8EFDE7
8#B4FEEF
9#D9FEF7
Tones
Muted variations
1#087761
2#0E715D
3#146B5A
4#1B6556
5#215F52
6#27584F
7#2D524B
8#334C47
9#3A4643
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 #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDA | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015041 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BEFEF1;
--teal-300: #8BFDE6;
--teal-400: #4FFCDA;
--teal-500: #1DFCCF;
--teal-600: #03DDB2;
--teal-700: #03B08D;
--teal-800: #027E65;
--teal-900: #015041;
--teal-950: #013228;
}