Cyan
#22F7BE
GreenColor Codes
All color formats for development
HEX
#22F7BERGB
rgb(34, 247, 190)HSL
hsl(164, 93%, 55%)OKLCH
oklch(0.869 0.172 167.9)CMYK
cmyk(86%, 0%, 23%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4B5
2#08D9A1
3#07BD8D
4#06A279
5#058765
6#046C50
7#03513C
8#023628
9#011B14
Tints
Lighter variations
1#38F8C5
2#4EF9CB
3#64F9D2
4#7AFAD8
5#90FBDF
6#A6FCE5
7#BDFDEC
8#D3FDF2
9#E9FEF9
Tones
Muted variations
1#2CECB9
2#37E2B4
3#42D7AF
4#4CCCAA
5#57C2A5
6#62B7A0
7#6CAC9B
8#77A296
9#829791
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 #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3B | 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: #BFFDEC;
--cyan-300: #8EFBDE;
--cyan-400: #53F9CC;
--cyan-500: #22F7BE;
--cyan-600: #08D9A1;
--cyan-700: #06AC80;
--cyan-800: #047B5B;
--cyan-900: #034F3B;
--cyan-950: #023125;
}