Cyan
#32E7E4
CyanColor Codes
All color formats for development
HEX
#32E7E4RGB
rgb(50, 231, 228)HSL
hsl(179, 79%, 55%)OKLCH
oklch(0.843 0.136 193.1)CMYK
cmyk(78%, 0%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2DF
2#18C9C6
3#15B0AD
4#129794
5#0F7E7C
6#0C6463
7#094B4A
8#063231
9#031919
Tints
Lighter variations
1#46E9E7
2#5BECE9
3#6FEEEC
4#84F1EF
5#98F3F1
6#ADF5F4
7#C1F8F7
8#D6FAFA
9#EAFDFC
Tones
Muted variations
1#3BDEDB
2#44D5D2
3#4DCCCA
4#56C3C1
5#5FBAB8
6#68B1AF
7#71A7A7
8#7A9E9E
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C4F8F7;
--cyan-300: #96F3F1;
--cyan-400: #5FECEA;
--cyan-500: #32E7E4;
--cyan-600: #18C9C6;
--cyan-700: #13A09D;
--cyan-800: #0D7270;
--cyan-900: #094948;
--cyan-950: #052E2D;
}