Cyan
#1EFAB5
GreenColor Codes
All color formats for development
HEX
#1EFAB5RGB
rgb(30, 250, 181)HSL
hsl(161, 96%, 55%)OKLCH
oklch(0.874 0.182 164.1)CMYK
cmyk(88%, 0%, 28%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7AB
2#04DC98
3#04C085
4#03A572
5#03895F
6#026E4C
7#025239
8#013726
9#011B13
Tints
Lighter variations
1#35FBBC
2#4BFBC4
3#62FCCB
4#78FCD2
5#8FFDDA
6#A5FDE1
7#BCFEE9
8#D2FEF0
9#E9FFF8
Tones
Muted variations
1#29EFB1
2#34E4AD
3#3FD9A9
4#4ACEA4
5#55C3A0
6#60B89C
7#6BAD98
8#76A294
9#819790
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD9 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF3;
--cyan-200: #BEFEEA;
--cyan-300: #8CFDD9;
--cyan-400: #50FBC5;
--cyan-500: #1EFAB5;
--cyan-600: #04DC98;
--cyan-700: #04AF79;
--cyan-800: #037D56;
--cyan-900: #025037;
--cyan-950: #013222;
}