Cyan
#22F7D3
CyanColor Codes
All color formats for development
HEX
#22F7D3RGB
rgb(34, 247, 211)HSL
hsl(170, 93%, 55%)OKLCH
oklch(0.875 0.159 176.6)CMYK
cmyk(86%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4CC
2#08D9B6
3#07BD9F
4#06A288
5#058772
6#046C5B
7#035144
8#02362D
9#011B17
Tints
Lighter variations
1#38F8D8
2#4EF9DC
3#64F9E0
4#7AFAE5
5#90FBE9
6#A6FCEE
7#BDFDF2
8#D3FDF6
9#E9FEFB
Tones
Muted variations
1#2CECCC
2#37E2C5
3#42D7BE
4#4CCCB7
5#57C2B0
6#62B7A9
7#6CACA2
8#77A29A
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE9 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DD | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFEF8;
--cyan-200: #BFFDF2;
--cyan-300: #8EFBE9;
--cyan-400: #53F9DD;
--cyan-500: #22F7D3;
--cyan-600: #08D9B6;
--cyan-700: #06AC91;
--cyan-800: #047B67;
--cyan-900: #034F42;
--cyan-950: #023129;
}