Cyan
#22F7E5
CyanColor Codes
All color formats for development
HEX
#22F7E5RGB
rgb(34, 247, 229)HSL
hsl(175, 93%, 55%)OKLCH
oklch(0.88 0.151 185.3)CMYK
cmyk(86%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4E0
2#08D9C7
3#07BDAE
4#06A295
5#05877C
6#046C64
7#03514B
8#023632
9#011B19
Tints
Lighter variations
1#38F8E8
2#4EF9EA
3#64F9ED
4#7AFAF0
5#90FBF2
6#A6FCF5
7#BDFDF7
8#D3FDFA
9#E9FEFC
Tones
Muted variations
1#2CECDC
2#37E2D3
3#42D7CB
4#4CCCC2
5#57C2B9
6#62B7B0
7#6CACA7
8#77A29E
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF2 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFB;
--cyan-200: #BFFDF8;
--cyan-300: #8EFBF2;
--cyan-400: #53F9EB;
--cyan-500: #22F7E5;
--cyan-600: #08D9C7;
--cyan-700: #06AC9E;
--cyan-800: #047B71;
--cyan-900: #034F48;
--cyan-950: #02312D;
}