Cyan
#1DFCB9
GreenColor Codes
All color formats for development
HEX
#1DFCB9RGB
rgb(29, 252, 185)HSL
hsl(162, 97%, 55%)OKLCH
oklch(0.88 0.182 164.9)CMYK
cmyk(88%, 0%, 27%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9AF
2#03DD9C
3#03C188
4#03A675
5#028A61
6#026F4E
7#01533A
8#013727
9#001C13
Tints
Lighter variations
1#34FCC0
2#4AFCC7
3#61FDCE
4#77FDD5
5#8EFDDC
6#A5FEE3
7#BBFEEA
8#D2FEF1
9#E8FFF8
Tones
Muted variations
1#28F0B4
2#33E5B0
3#3EDAAB
4#49CFA7
5#55C4A3
6#60B99E
7#6BAE9A
8#76A395
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDB | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B07C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015039 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF4;
--cyan-200: #BEFEEB;
--cyan-300: #8BFDDB;
--cyan-400: #4FFCC8;
--cyan-500: #1DFCB9;
--cyan-600: #03DD9C;
--cyan-700: #03B07C;
--cyan-800: #027E58;
--cyan-900: #015039;
--cyan-950: #013223;
}