Cyan
#1EFAC3
CyanColor Codes
All color formats for development
HEX
#1EFAC3RGB
rgb(30, 250, 195)HSL
hsl(165, 96%, 55%)OKLCH
oklch(0.877 0.172 169)CMYK
cmyk(88%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7BB
2#04DCA6
3#04C091
4#03A57D
5#038968
6#026E53
7#02523E
8#01372A
9#011B15
Tints
Lighter variations
1#35FBC9
2#4BFBCF
3#62FCD5
4#78FCDB
5#8FFDE1
6#A5FDE7
7#BCFEED
8#D2FEF3
9#E9FFF9
Tones
Muted variations
1#29EFBE
2#34E4B8
3#3FD9B3
4#4ACEAD
5#55C3A8
6#60B8A2
7#6BAD9D
8#76A297
9#819792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503C | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF6;
--cyan-200: #BEFEEE;
--cyan-300: #8CFDE1;
--cyan-400: #50FBD1;
--cyan-500: #1EFAC3;
--cyan-600: #04DCA6;
--cyan-700: #04AF84;
--cyan-800: #037D5E;
--cyan-900: #02503C;
--cyan-950: #013226;
}