Cyan
#1DFCAE
GreenColor Codes
All color formats for development
HEX
#1DFCAERGB
rgb(29, 252, 174)HSL
hsl(159, 97%, 55%)OKLCH
oklch(0.877 0.19 161.5)CMYK
cmyk(88%, 0%, 31%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9A3
2#03DD91
3#03C17F
4#03A66D
5#028A5B
6#026F48
7#015336
8#013724
9#001C12
Tints
Lighter variations
1#34FCB6
2#4AFCBE
3#61FDC6
4#77FDCE
5#8EFDD6
6#A5FEDE
7#BBFEE7
8#D2FEEF
9#E8FFF7
Tones
Muted variations
1#28F0AA
2#33E5A7
3#3EDAA4
4#49CFA0
5#55C49D
6#60B99A
7#6BAE96
8#76A393
9#819790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF2;
--cyan-200: #BEFEE7;
--cyan-300: #8BFDD5;
--cyan-400: #4FFCC0;
--cyan-500: #1DFCAE;
--cyan-600: #03DD91;
--cyan-700: #03B073;
--cyan-800: #027E52;
--cyan-900: #015035;
--cyan-950: #013221;
}