Cyan
#1DFCE2
CyanColor Codes
All color formats for development
HEX
#1DFCE2RGB
rgb(29, 252, 226)HSL
hsl(173, 97%, 55%)OKLCH
oklch(0.89 0.157 181.7)CMYK
cmyk(88%, 0%, 10%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9DC
2#03DDC4
3#03C1AB
4#03A693
5#028A7A
6#026F62
7#015349
8#013731
9#001C18
Tints
Lighter variations
1#34FCE5
2#4AFCE7
3#61FDEA
4#77FDED
5#8EFDF0
6#A5FEF3
7#BBFEF6
8#D2FEF9
9#E8FFFC
Tones
Muted variations
1#28F0D9
2#33E5D1
3#3EDAC8
4#49CFBF
5#55C4B7
6#60B9AE
7#6BAEA6
8#76A39D
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 #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE8 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B09C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015047 | 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: #BEFEF7;
--cyan-300: #8BFDF0;
--cyan-400: #4FFCE8;
--cyan-500: #1DFCE2;
--cyan-600: #03DDC4;
--cyan-700: #03B09C;
--cyan-800: #027E6F;
--cyan-900: #015047;
--cyan-950: #01322C;
}