Teal
#027E63
CyanColor Codes
All color formats for development
HEX
#027E63RGB
rgb(2, 126, 99)HSL
hsl(167, 97%, 25%)OKLCH
oklch(0.528 0.103 170.9)CMYK
cmyk(98%, 0%, 21%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027159
2#02644F
3#015845
4#014B3B
5#013F31
6#013228
7#01261E
8#001914
9#000D0A
Tints
Lighter variations
1#02A380
2#03C99E
3#04EFBC
4#1DFCCB
5#43FCD4
6#68FDDD
7#8EFDE5
8#B4FEEE
9#D9FEF6
Tones
Muted variations
1#08775F
2#0E715C
3#146B58
4#1B6555
5#215F51
6#27584E
7#2D524A
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 #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B08A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503F | 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: #DCFEF7;
--teal-200: #BEFEF0;
--teal-300: #8BFDE5;
--teal-400: #4FFCD7;
--teal-500: #1DFCCB;
--teal-600: #03DDAE;
--teal-700: #03B08A;
--teal-800: #027E63;
--teal-900: #01503F;
--teal-950: #013228;
}