Cyan
#1EFAE8
CyanColor Codes
All color formats for development
HEX
#1EFAE8RGB
rgb(30, 250, 232)HSL
hsl(175, 96%, 55%)OKLCH
oklch(0.888 0.153 185.5)CMYK
cmyk(88%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7E3
2#04DCCA
3#04C0B1
4#03A597
5#03897E
6#026E65
7#02524C
8#013732
9#011B19
Tints
Lighter variations
1#35FBEA
2#4BFBED
3#62FCEF
4#78FCF1
5#8FFDF4
6#A5FDF6
7#BCFEF8
8#D2FEFA
9#E9FFFD
Tones
Muted variations
1#29EFDF
2#34E4D6
3#3FD9CD
4#4ACEC3
5#55C3BA
6#60B8B1
7#6BADA8
8#76A29F
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 | BEFE #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF3 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBED | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D73 | 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: #BEFEF8;
--cyan-300: #8CFDF3;
--cyan-400: #50FBED;
--cyan-500: #1EFAE8;
--cyan-600: #04DCCA;
--cyan-700: #04AFA1;
--cyan-800: #037D73;
--cyan-900: #025049;
--cyan-950: #01322E;
}