Cyan
#1EFAE4
CyanColor Codes
All color formats for development
HEX
#1EFAE4RGB
rgb(30, 250, 228)HSL
hsl(174, 96%, 55%)OKLCH
oklch(0.886 0.154 183.5)CMYK
cmyk(88%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7DF
2#04DCC6
3#04C0AE
4#03A595
5#03897C
6#026E63
7#02524A
8#013732
9#011B19
Tints
Lighter variations
1#35FBE7
2#4BFBEA
3#62FCEC
4#78FCEF
5#8FFDF2
6#A5FDF4
7#BCFEF7
8#D2FEFA
9#E9FFFC
Tones
Muted variations
1#29EFDC
2#34E4D3
3#3FD9CA
4#4ACEC1
5#55C3B8
6#60B8B0
7#6BADA7
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 | BEFE #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFB;
--cyan-200: #BEFEF7;
--cyan-300: #8CFDF1;
--cyan-400: #50FBEA;
--cyan-500: #1EFAE4;
--cyan-600: #04DCC6;
--cyan-700: #04AF9E;
--cyan-800: #037D71;
--cyan-900: #025048;
--cyan-950: #01322D;
}