Cyan
#1DFCB1
GreenColor Codes
All color formats for development
HEX
#1DFCB1RGB
rgb(29, 252, 177)HSL
hsl(160, 97%, 55%)OKLCH
oklch(0.878 0.188 162.4)CMYK
cmyk(88%, 0%, 30%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9A7
2#03DD94
3#03C182
4#03A66F
5#028A5D
6#026F4A
7#015338
8#013725
9#001C13
Tints
Lighter variations
1#34FCB9
2#4AFCC1
3#61FDC9
4#77FDD0
5#8EFDD8
6#A5FEE0
7#BBFEE8
8#D2FEEF
9#E8FFF7
Tones
Muted variations
1#28F0AE
2#33E5AA
3#3EDAA6
4#49CFA3
5#55C49F
6#60B99B
7#6BAE97
8#76A394
9#819790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD7 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF3;
--cyan-200: #BEFEE9;
--cyan-300: #8BFDD7;
--cyan-400: #4FFCC3;
--cyan-500: #1DFCB1;
--cyan-600: #03DD94;
--cyan-700: #03B076;
--cyan-800: #027E54;
--cyan-900: #015036;
--cyan-950: #013222;
}