Cyan
#22F7C5
CyanColor Codes
All color formats for development
HEX
#22F7C5RGB
rgb(34, 247, 197)HSL
hsl(166, 93%, 55%)OKLCH
oklch(0.871 0.167 170.6)CMYK
cmyk(86%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4BD
2#08D9A8
3#07BD93
4#06A27E
5#058769
6#046C54
7#03513F
8#02362A
9#011B15
Tints
Lighter variations
1#38F8CB
2#4EF9D1
3#64F9D7
4#7AFADC
5#90FBE2
6#A6FCE8
7#BDFDEE
8#D3FDF3
9#E9FEF9
Tones
Muted variations
1#2CECBF
2#37E2BA
3#42D7B4
4#4CCCAE
5#57C2A9
6#62B7A3
7#6CAC9D
8#77A298
9#829792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFEF6;
--cyan-200: #BFFDEE;
--cyan-300: #8EFBE1;
--cyan-400: #53F9D2;
--cyan-500: #22F7C5;
--cyan-600: #08D9A8;
--cyan-700: #06AC86;
--cyan-800: #047B5F;
--cyan-900: #034F3D;
--cyan-950: #023126;
}