Cyan
#22F7F7
CyanColor Codes
All color formats for development
HEX
#22F7F7RGB
rgb(34, 247, 247)HSL
hsl(180, 93%, 55%)OKLCH
oklch(0.886 0.147 194.8)CMYK
cmyk(86%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4F4
2#08D9D9
3#07BDBD
4#06A2A2
5#058787
6#046C6C
7#035151
8#023636
9#011B1B
Tints
Lighter variations
1#38F8F8
2#4EF9F9
3#64F9F9
4#7AFAFA
5#90FBFB
6#A6FCFC
7#BDFDFD
8#D3FDFD
9#E9FEFE
Tones
Muted variations
1#2CECEC
2#37E2E2
3#42D7D7
4#4CCCCC
5#57C2C2
6#62B7B7
7#6CACAC
8#77A2A2
9#829797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBFB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFEFE;
--cyan-200: #BFFDFD;
--cyan-300: #8EFBFB;
--cyan-400: #53F9F9;
--cyan-500: #22F7F7;
--cyan-600: #08D9D9;
--cyan-700: #06ACAC;
--cyan-800: #047B7B;
--cyan-900: #034F4F;
--cyan-950: #023131;
}