Cyan
#1EFADD
CyanColor Codes
All color formats for development
HEX
#1EFADDRGB
rgb(30, 250, 221)HSL
hsl(172, 96%, 55%)OKLCH
oklch(0.884 0.157 180.1)CMYK
cmyk(88%, 0%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7D7
2#04DCBF
3#04C0A7
4#03A58F
5#038977
6#026E60
7#025248
8#013730
9#011B18
Tints
Lighter variations
1#35FBE0
2#4BFBE4
3#62FCE7
4#78FCEB
5#8FFDEE
6#A5FDF1
7#BCFEF5
8#D2FEF8
9#E9FFFC
Tones
Muted variations
1#29EFD5
2#34E4CD
3#3FD9C5
4#4ACEBD
5#55C3B5
6#60B8AD
7#6BADA4
8#76A29C
9#819794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEE | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFA;
--cyan-200: #BEFEF5;
--cyan-300: #8CFDEE;
--cyan-400: #50FBE5;
--cyan-500: #1EFADD;
--cyan-600: #04DCBF;
--cyan-700: #04AF98;
--cyan-800: #037D6D;
--cyan-900: #025046;
--cyan-950: #01322B;
}