Cyan
#1EFAEC
CyanColor Codes
All color formats for development
HEX
#1EFAECRGB
rgb(30, 250, 236)HSL
hsl(176, 96%, 55%)OKLCH
oklch(0.889 0.152 187.5)CMYK
cmyk(88%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7E7
2#04DCCE
3#04C0B4
4#03A59A
5#038980
6#026E67
7#02524D
8#013733
9#011B1A
Tints
Lighter variations
1#35FBEE
2#4BFBF0
3#62FCF2
4#78FCF3
5#8FFDF5
6#A5FDF7
7#BCFEF9
8#D2FEFB
9#E9FFFD
Tones
Muted variations
1#29EFE2
2#34E4D9
3#3FD9CF
4#4ACEC6
5#55C3BC
6#60B8B2
7#6BADA9
8#76A29F
9#819796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFEF9;
--cyan-300: #8CFDF5;
--cyan-400: #50FBF0;
--cyan-500: #1EFAEC;
--cyan-600: #04DCCE;
--cyan-700: #04AFA4;
--cyan-800: #037D75;
--cyan-900: #02504B;
--cyan-950: #01322F;
}