Cyan
#1EFAD9
CyanColor Codes
All color formats for development
HEX
#1EFAD9RGB
rgb(30, 250, 217)HSL
hsl(171, 96%, 55%)OKLCH
oklch(0.883 0.159 178.3)CMYK
cmyk(88%, 0%, 13%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7D3
2#04DCBC
3#04C0A4
4#03A58D
5#038975
6#026E5E
7#025246
8#01372F
9#011B17
Tints
Lighter variations
1#35FBDD
2#4BFBE1
3#62FCE5
4#78FCE8
5#8FFDEC
6#A5FDF0
7#BCFEF4
8#D2FEF7
9#E9FFFB
Tones
Muted variations
1#29EFD2
2#34E4CA
3#3FD9C2
4#4ACEBB
5#55C3B3
6#60B8AB
7#6BADA3
8#76A29C
9#819794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF9;
--cyan-200: #BEFEF4;
--cyan-300: #8CFDEC;
--cyan-400: #50FBE2;
--cyan-500: #1EFAD9;
--cyan-600: #04DCBC;
--cyan-700: #04AF95;
--cyan-800: #037D6B;
--cyan-900: #025044;
--cyan-950: #01322B;
}