Cyan
#1DFCB5
GreenColor Codes
All color formats for development
HEX
#1DFCB5RGB
rgb(29, 252, 181)HSL
hsl(161, 97%, 55%)OKLCH
oklch(0.879 0.185 163.6)CMYK
cmyk(88%, 0%, 28%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9AB
2#03DD98
3#03C185
4#03A672
5#028A5F
6#026F4C
7#015339
8#013726
9#001C13
Tints
Lighter variations
1#34FCBC
2#4AFCC4
3#61FDCB
4#77FDD3
5#8EFDDA
6#A5FEE1
7#BBFEE9
8#D2FEF0
9#E8FFF8
Tones
Muted variations
1#28F0B1
2#33E5AD
3#3EDAA9
4#49CFA5
5#55C4A1
6#60B99D
7#6BAE98
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 #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD9 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015037 | 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: #DCFEF3;
--cyan-200: #BEFEEA;
--cyan-300: #8BFDD9;
--cyan-400: #4FFCC5;
--cyan-500: #1DFCB5;
--cyan-600: #03DD98;
--cyan-700: #03B079;
--cyan-800: #027E56;
--cyan-900: #015037;
--cyan-950: #013223;
}