Cyan
#22F7B3
GreenColor Codes
All color formats for development
HEX
#22F7B3RGB
rgb(34, 247, 179)HSL
hsl(161, 93%, 55%)OKLCH
oklch(0.866 0.18 164)CMYK
cmyk(86%, 0%, 28%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4A9
2#08D996
3#07BD84
4#06A271
5#05875E
6#046C4B
7#035138
8#023626
9#011B13
Tints
Lighter variations
1#38F8BB
2#4EF9C3
3#64F9CA
4#7AFAD2
5#90FBD9
6#A6FCE1
7#BDFDE8
8#D3FDF0
9#E9FEF7
Tones
Muted variations
1#2CECAF
2#37E2AC
3#42D7A8
4#4CCCA4
5#57C2A0
6#62B79C
7#6CAC98
8#77A294
9#829790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFA;
--cyan-100: #DDFEF3;
--cyan-200: #BFFDE9;
--cyan-300: #8EFBD8;
--cyan-400: #53F9C4;
--cyan-500: #22F7B3;
--cyan-600: #08D996;
--cyan-700: #06AC78;
--cyan-800: #047B55;
--cyan-900: #034F37;
--cyan-950: #023122;
}