Cyan
#1AFFAF
GreenColor Codes
All color formats for development
HEX
#1AFFAFRGB
rgb(26, 255, 175)HSL
hsl(159, 100%, 55%)OKLCH
oklch(0.885 0.193 161.2)CMYK
cmyk(90%, 0%, 31%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FCA4
2#00E092
3#00C480
4#00A86D
5#008C5B
6#007049
7#005437
8#003824
9#001C12
Tints
Lighter variations
1#30FFB7
2#47FFBF
3#5EFFC7
4#75FFCF
5#8CFFD7
6#A3FFDF
7#BAFFE7
8#D1FFEF
9#E8FFF7
Tones
Muted variations
1#25F4AB
2#30E8A8
3#3CDDA4
4#47D1A1
5#53C69D
6#5EBA9A
7#6AAF97
8#75A393
9#819890
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DBFFF3;
--cyan-200: #BDFFE8;
--cyan-300: #8AFFD6;
--cyan-400: #4DFFC1;
--cyan-500: #1AFFAF;
--cyan-600: #00E092;
--cyan-700: #00B374;
--cyan-800: #008053;
--cyan-900: #005235;
--cyan-950: #003321;
}