Cyan
#1EFAE1
CyanColor Codes
All color formats for development
HEX
#1EFAE1RGB
rgb(30, 250, 225)HSL
hsl(173, 96%, 55%)OKLCH
oklch(0.885 0.155 182)CMYK
cmyk(88%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7DB
2#04DCC3
3#04C0AA
4#03A592
5#03897A
6#026E61
7#025249
8#013731
9#011B18
Tints
Lighter variations
1#35FBE4
2#4BFBE7
3#62FCEA
4#78FCED
5#8FFDF0
6#A5FDF3
7#BCFEF6
8#D2FEF9
9#E9FFFC
Tones
Muted variations
1#29EFD8
2#34E4D0
3#3FD9C7
4#4ACEBF
5#55C3B6
6#60B8AE
7#6BADA6
8#76A29D
9#819795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFA;
--cyan-200: #BEFEF6;
--cyan-300: #8CFDF0;
--cyan-400: #50FBE7;
--cyan-500: #1EFAE1;
--cyan-600: #04DCC3;
--cyan-700: #04AF9B;
--cyan-800: #037D6F;
--cyan-900: #025047;
--cyan-950: #01322C;
}