Cyan
#1CFDBD
GreenColor Codes
All color formats for development
HEX
#1CFDBDRGB
rgb(28, 253, 189)HSL
hsl(163, 98%, 55%)OKLCH
oklch(0.883 0.18 166.1)CMYK
cmyk(89%, 0%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAB4
2#02DEA0
3#02C28C
4#02A778
5#018B64
6#016F50
7#01533C
8#013828
9#001C14
Tints
Lighter variations
1#33FDC4
2#49FDCA
3#60FDD1
4#77FED7
5#8DFEDE
6#A4FEE5
7#BBFEEB
8#D2FFF2
9#E8FFF8
Tones
Muted variations
1#27F1B8
2#32E6B3
3#3EDBAE
4#49D0A9
5#54C4A5
6#5FB9A0
7#6BAE9B
8#76A396
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFFF5;
--cyan-200: #BDFEEC;
--cyan-300: #8BFEDD;
--cyan-400: #4EFDCC;
--cyan-500: #1CFDBD;
--cyan-600: #02DEA0;
--cyan-700: #02B17F;
--cyan-800: #017E5B;
--cyan-900: #01513A;
--cyan-950: #013224;
}