Cyan
#1EFACE
CyanColor Codes
All color formats for development
HEX
#1EFACERGB
rgb(30, 250, 206)HSL
hsl(168, 96%, 55%)OKLCH
oklch(0.88 0.165 173.4)CMYK
cmyk(88%, 0%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7C7
2#04DCB1
3#04C09B
4#03A585
5#03896F
6#026E58
7#025242
8#01372C
9#011B16
Tints
Lighter variations
1#35FBD3
2#4BFBD8
3#62FCDD
4#78FCE2
5#8FFDE7
6#A5FDEC
7#BCFEF0
8#D2FEF5
9#E9FFFA
Tones
Muted variations
1#29EFC8
2#34E4C1
3#3FD9BB
4#4ACEB4
5#55C3AD
6#60B8A7
7#6BADA0
8#76A299
9#819793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE6 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFEF1;
--cyan-300: #8CFDE6;
--cyan-400: #50FBD9;
--cyan-500: #1EFACE;
--cyan-600: #04DCB1;
--cyan-700: #04AF8D;
--cyan-800: #037D64;
--cyan-900: #025040;
--cyan-950: #013228;
}