Cyan
#1CFDB2
GreenColor Codes
All color formats for development
HEX
#1CFDB2RGB
rgb(28, 253, 178)HSL
hsl(160, 98%, 55%)OKLCH
oklch(0.88 0.188 162.5)CMYK
cmyk(89%, 0%, 30%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAA7
2#02DE95
3#02C282
4#02A770
5#018B5D
6#016F4A
7#015338
8#013825
9#001C13
Tints
Lighter variations
1#33FDB9
2#49FDC1
3#60FDC9
4#77FED1
5#8DFED8
6#A4FEE0
7#BBFEE8
8#D2FFF0
9#E8FFF7
Tones
Muted variations
1#27F1AE
2#32E6AA
3#3EDBA6
4#49D0A3
5#54C49F
6#5FB99B
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 | DCFF #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | 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: #DCFFF3;
--cyan-200: #BDFEE9;
--cyan-300: #8BFED8;
--cyan-400: #4EFDC3;
--cyan-500: #1CFDB2;
--cyan-600: #02DE95;
--cyan-700: #02B176;
--cyan-800: #017E55;
--cyan-900: #015136;
--cyan-950: #013222;
}