Teal
#027E7E
CyanColor Codes
All color formats for development
HEX
#027E7ERGB
rgb(2, 126, 126)HSL
hsl(180, 97%, 25%)OKLCH
oklch(0.537 0.091 194.8)CMYK
cmyk(98%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027171
2#026464
3#015858
4#014B4B
5#013F3F
6#013232
7#012626
8#001919
9#000D0D
Tints
Lighter variations
1#02A3A3
2#03C9C9
3#04EFEF
4#1DFCFC
5#43FCFC
6#68FDFD
7#8EFDFD
8#B4FEFE
9#D9FEFE
Tones
Muted variations
1#087777
2#0E7171
3#146B6B
4#1B6565
5#215F5F
6#275858
7#2D5252
8#334C4C
9#3A4646
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDFD | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFF;
--teal-100: #DCFEFE;
--teal-200: #BEFEFE;
--teal-300: #8BFDFD;
--teal-400: #4FFCFC;
--teal-500: #1DFCFC;
--teal-600: #03DDDD;
--teal-700: #03B0B0;
--teal-800: #027E7E;
--teal-900: #015050;
--teal-950: #013232;
}