Cyan
#1EFAD2
CyanColor Codes
All color formats for development
HEX
#1EFAD2RGB
rgb(30, 250, 210)HSL
hsl(169, 96%, 55%)OKLCH
oklch(0.881 0.163 175.1)CMYK
cmyk(88%, 0%, 16%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7CB
2#04DCB4
3#04C09E
4#03A587
5#038971
6#026E5A
7#025244
8#01372D
9#011B17
Tints
Lighter variations
1#35FBD7
2#4BFBDB
3#62FCE0
4#78FCE4
5#8FFDE9
6#A5FDED
7#BCFEF2
8#D2FEF6
9#E9FFFB
Tones
Muted variations
1#29EFCB
2#34E4C4
3#3FD9BD
4#4ACEB6
5#55C3AF
6#60B8A8
7#6BADA1
8#76A29A
9#819793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE8 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDC | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF8;
--cyan-200: #BEFEF2;
--cyan-300: #8CFDE8;
--cyan-400: #50FBDC;
--cyan-500: #1EFAD2;
--cyan-600: #04DCB4;
--cyan-700: #04AF90;
--cyan-800: #037D67;
--cyan-900: #025042;
--cyan-950: #013229;
}