Cyan
#22F7E2
CyanColor Codes
All color formats for development
HEX
#22F7E2RGB
rgb(34, 247, 226)HSL
hsl(174, 93%, 55%)OKLCH
oklch(0.879 0.152 183.8)CMYK
cmyk(86%, 0%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4DC
2#08D9C4
3#07BDAB
4#06A293
5#05877A
6#046C62
7#035149
8#023631
9#011B18
Tints
Lighter variations
1#38F8E5
2#4EF9E7
3#64F9EA
4#7AFAED
5#90FBF0
6#A6FCF3
7#BDFDF6
8#D3FDF9
9#E9FEFC
Tones
Muted variations
1#2CECD9
2#37E2D1
3#42D7C8
4#4CCCBF
5#57C2B7
6#62B7AE
7#6CACA6
8#77A29D
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFEFA;
--cyan-200: #BFFDF7;
--cyan-300: #8EFBF0;
--cyan-400: #53F9E8;
--cyan-500: #22F7E2;
--cyan-600: #08D9C4;
--cyan-700: #06AC9C;
--cyan-800: #047B6F;
--cyan-900: #034F47;
--cyan-950: #02312C;
}