Cyan
#22F7C2
CyanColor Codes
All color formats for development
HEX
#22F7C2RGB
rgb(34, 247, 194)HSL
hsl(165, 93%, 55%)OKLCH
oklch(0.87 0.169 169.5)CMYK
cmyk(86%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4B9
2#08D9A4
3#07BD90
4#06A27B
5#058767
6#046C52
7#03513E
8#023629
9#011B15
Tints
Lighter variations
1#38F8C8
2#4EF9CE
3#64F9D4
4#7AFADA
5#90FBE0
6#A6FCE6
7#BDFDED
8#D3FDF3
9#E9FEF9
Tones
Muted variations
1#2CECBC
2#37E2B7
3#42D7B2
4#4CCCAC
5#57C2A7
6#62B7A2
7#6CAC9C
8#77A297
9#829792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFEF5;
--cyan-200: #BFFDED;
--cyan-300: #8EFBE0;
--cyan-400: #53F9CF;
--cyan-500: #22F7C2;
--cyan-600: #08D9A4;
--cyan-700: #06AC83;
--cyan-800: #047B5D;
--cyan-900: #034F3C;
--cyan-950: #023125;
}