Cyan
#22F7E9
CyanColor Codes
All color formats for development
HEX
#22F7E9RGB
rgb(34, 247, 233)HSL
hsl(176, 93%, 55%)OKLCH
oklch(0.881 0.15 187.4)CMYK
cmyk(86%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4E4
2#08D9CB
3#07BDB1
4#06A298
5#05877F
6#046C65
7#03514C
8#023633
9#011B19
Tints
Lighter variations
1#38F8EB
2#4EF9ED
3#64F9EF
4#7AFAF2
5#90FBF4
6#A6FCF6
7#BDFDF8
8#D3FDFB
9#E9FEFD
Tones
Muted variations
1#2CECDF
2#37E2D6
3#42D7CD
4#4CCCC4
5#57C2BA
6#62B7B1
7#6CACA8
8#77A29F
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF4 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFEFC;
--cyan-200: #BFFDF9;
--cyan-300: #8EFBF4;
--cyan-400: #53F9EE;
--cyan-500: #22F7E9;
--cyan-600: #08D9CB;
--cyan-700: #06ACA1;
--cyan-800: #047B73;
--cyan-900: #034F4A;
--cyan-950: #02312E;
}