Cyan
#1EFAB8
GreenColor Codes
All color formats for development
HEX
#1EFAB8RGB
rgb(30, 250, 184)HSL
hsl(162, 96%, 55%)OKLCH
oklch(0.875 0.18 165.1)CMYK
cmyk(88%, 0%, 26%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7AF
2#04DC9B
3#04C088
4#03A574
5#038961
6#026E4E
7#02523A
8#013727
9#011B13
Tints
Lighter variations
1#35FBBF
2#4BFBC6
3#62FCCE
4#78FCD5
5#8FFDDC
6#A5FDE3
7#BCFEEA
8#D2FEF1
9#E9FFF8
Tones
Muted variations
1#29EFB4
2#34E4B0
3#3FD9AB
4#4ACEA7
5#55C3A2
6#60B89E
7#6BAD99
8#76A295
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDB | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFA;
--cyan-100: #DCFEF4;
--cyan-200: #BEFEEB;
--cyan-300: #8CFDDB;
--cyan-400: #50FBC8;
--cyan-500: #1EFAB8;
--cyan-600: #04DC9B;
--cyan-700: #04AF7C;
--cyan-800: #037D58;
--cyan-900: #025038;
--cyan-950: #013223;
}