Cyan
#1DFCC4
CyanColor Codes
All color formats for development
HEX
#1DFCC4RGB
rgb(29, 252, 196)HSL
hsl(165, 97%, 55%)OKLCH
oklch(0.882 0.174 168.8)CMYK
cmyk(88%, 0%, 22%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9BB
2#03DDA7
3#03C192
4#03A67D
5#028A68
6#026F53
7#01533E
8#01372A
9#001C15
Tints
Lighter variations
1#34FCCA
2#4AFCD0
3#61FDD6
4#77FDDC
5#8EFDE1
6#A5FEE7
7#BBFEED
8#D2FEF3
9#E8FFF9
Tones
Muted variations
1#28F0BE
2#33E5B9
3#3EDAB3
4#49CFAE
5#55C4A8
6#60B9A3
7#6BAE9D
8#76A397
9#819792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE1 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503D | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF6;
--cyan-200: #BEFEEE;
--cyan-300: #8BFDE1;
--cyan-400: #4FFCD1;
--cyan-500: #1DFCC4;
--cyan-600: #03DDA7;
--cyan-700: #03B085;
--cyan-800: #027E5F;
--cyan-900: #01503D;
--cyan-950: #013226;
}