Cyan
#1FF9E7
CyanColor Codes
All color formats for development
HEX
#1FF9E7RGB
rgb(31, 249, 231)HSL
hsl(175, 95%, 55%)OKLCH
oklch(0.885 0.152 185.4)CMYK
cmyk(88%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F6E2
2#06DBC9
3#05BFB0
4#04A497
5#04897E
6#036D65
7#02524B
8#013732
9#011B19
Tints
Lighter variations
1#36FAE9
2#4CFAEC
3#62FBEE
4#79FCF1
5#8FFCF3
6#A5FDF5
7#BCFDF8
8#D2FEFA
9#E9FEFD
Tones
Muted variations
1#2AEEDE
2#35E3D5
3#40D9CC
4#4BCEC3
5#56C3BA
6#61B8B1
7#6CADA8
8#76A29E
9#819795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF3 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEC | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFB;
--cyan-200: #BEFDF8;
--cyan-300: #8DFCF3;
--cyan-400: #51FBEC;
--cyan-500: #1FF9E7;
--cyan-600: #06DBC9;
--cyan-700: #04AEA0;
--cyan-800: #037C72;
--cyan-900: #025049;
--cyan-950: #01322E;
}