Cyan
#22F7D0
CyanColor Codes
All color formats for development
HEX
#22F7D0RGB
rgb(34, 247, 208)HSL
hsl(169, 93%, 55%)OKLCH
oklch(0.874 0.16 175.3)CMYK
cmyk(86%, 0%, 16%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4C9
2#08D9B2
3#07BD9C
4#06A286
5#05876F
6#046C59
7#035143
8#02362D
9#011B16
Tints
Lighter variations
1#38F8D5
2#4EF9D9
3#64F9DE
4#7AFAE3
5#90FBE7
6#A6FCEC
7#BDFDF1
8#D3FDF6
9#E9FEFA
Tones
Muted variations
1#2CECC9
2#37E2C2
3#42D7BC
4#4CCCB5
5#57C2AE
6#62B7A7
7#6CACA1
8#77A29A
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF8;
--cyan-200: #BFFDF1;
--cyan-300: #8EFBE7;
--cyan-400: #53F9DA;
--cyan-500: #22F7D0;
--cyan-600: #08D9B2;
--cyan-700: #06AC8E;
--cyan-800: #047B65;
--cyan-900: #034F41;
--cyan-950: #023129;
}