Cyan
#1CFDAE
GreenColor Codes
All color formats for development
HEX
#1CFDAERGB
rgb(28, 253, 174)HSL
hsl(159, 98%, 55%)OKLCH
oklch(0.88 0.191 161.3)CMYK
cmyk(89%, 0%, 31%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAA3
2#02DE91
3#02C27F
4#02A76D
5#018B5B
6#016F49
7#015336
8#013824
9#001C12
Tints
Lighter variations
1#33FDB6
2#49FDBE
3#60FDC6
4#77FECE
5#8DFED6
6#A4FEDF
7#BBFEE7
8#D2FFEF
9#E8FFF7
Tones
Muted variations
1#27F1AB
2#32E6A7
3#3EDBA4
4#49D0A0
5#54C49D
6#5FB99A
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 | DCFF #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015135 | 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: #DCFFF2;
--cyan-200: #BDFEE8;
--cyan-300: #8BFED6;
--cyan-400: #4EFDC0;
--cyan-500: #1CFDAE;
--cyan-600: #02DE91;
--cyan-700: #02B173;
--cyan-800: #017E52;
--cyan-900: #015135;
--cyan-950: #013221;
}