Cyan
#1DFCC0
GreenColor Codes
All color formats for development
HEX
#1DFCC0RGB
rgb(29, 252, 192)HSL
hsl(164, 97%, 55%)OKLCH
oklch(0.881 0.176 167.4)CMYK
cmyk(88%, 0%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9B7
2#03DDA3
3#03C18F
4#03A67A
5#028A66
6#026F51
7#01533D
8#013729
9#001C14
Tints
Lighter variations
1#34FCC6
2#4AFCCD
3#61FDD3
4#77FDD9
5#8EFDE0
6#A5FEE6
7#BBFEEC
8#D2FEF2
9#E8FFF9
Tones
Muted variations
1#28F0BB
2#33E5B6
3#3EDAB1
4#49CFAB
5#55C4A6
6#60B9A1
7#6BAE9C
8#76A397
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDF | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCCE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF5;
--cyan-200: #BEFEED;
--cyan-300: #8BFDDF;
--cyan-400: #4FFCCE;
--cyan-500: #1DFCC0;
--cyan-600: #03DDA3;
--cyan-700: #03B082;
--cyan-800: #027E5D;
--cyan-900: #01503B;
--cyan-950: #013225;
}