Cyan
#1AFFC2
GreenColor Codes
All color formats for development
HEX
#1AFFC2RGB
rgb(26, 255, 194)HSL
hsl(164, 100%, 55%)OKLCH
oklch(0.889 0.179 167.3)CMYK
cmyk(90%, 0%, 24%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FCB9
2#00E0A5
3#00C490
4#00A87B
5#008C67
6#007052
7#00543E
8#003829
9#001C15
Tints
Lighter variations
1#30FFC8
2#47FFCE
3#5EFFD4
4#75FFDA
5#8CFFE0
6#A3FFE7
7#BAFFED
8#D1FFF3
9#E8FFF9
Tones
Muted variations
1#25F4BC
2#30E8B7
3#3CDDB2
4#47D1AC
5#53C6A7
6#5EBAA2
7#6AAF9C
8#75A397
9#819892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DBFFF5;
--cyan-200: #BDFFED;
--cyan-300: #8AFFE0;
--cyan-400: #4DFFCF;
--cyan-500: #1AFFC2;
--cyan-600: #00E0A5;
--cyan-700: #00B383;
--cyan-800: #00805E;
--cyan-900: #00523C;
--cyan-950: #003325;
}