Cyan
#1AFFC9
CyanColor Codes
All color formats for development
HEX
#1AFFC9RGB
rgb(26, 255, 201)HSL
hsl(166, 100%, 55%)OKLCH
oklch(0.891 0.174 169.9)CMYK
cmyk(90%, 0%, 21%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FCC2
2#00E0AC
3#00C497
4#00A881
5#008C6C
6#007056
7#005441
8#00382B
9#001C16
Tints
Lighter variations
1#30FFCF
2#47FFD4
3#5EFFDA
4#75FFDF
5#8CFFE4
6#A3FFEA
7#BAFFEF
8#D1FFF4
9#E8FFFA
Tones
Muted variations
1#25F4C3
2#30E8BD
3#3CDDB7
4#47D1B1
5#53C6AB
6#5EBAA5
7#6AAF9F
8#75A398
9#819892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DBFFF7;
--cyan-200: #BDFFF0;
--cyan-300: #8AFFE4;
--cyan-400: #4DFFD5;
--cyan-500: #1AFFC9;
--cyan-600: #00E0AC;
--cyan-700: #00B389;
--cyan-800: #008062;
--cyan-900: #00523F;
--cyan-950: #003327;
}