Cyan
#04DCAA
CyanColor Codes
All color formats for development
HEX
#04DCAARGB
rgb(4, 220, 170)HSL
hsl(166, 96%, 44%)OKLCH
oklch(0.795 0.159 168.8)CMYK
cmyk(98%, 0%, 23%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04C699
2#04B088
3#039A77
4#038466
5#026E55
6#025844
7#014233
8#012C22
9#001611
Tints
Lighter variations
1#05F8BF
2#1FFAC7
3#3BFBCE
4#57FCD5
5#73FCDC
6#8FFDE3
7#ABFDEA
8#C7FEF1
9#E3FEF8
Tones
Muted variations
1#0FD1A4
2#1AC69E
3#25BC98
4#30B193
5#3AA68D
6#459B87
7#509181
8#5B867C
9#657B76
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 #BEFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE2 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF6;
--cyan-200: #BEFEEF;
--cyan-300: #8CFDE2;
--cyan-400: #50FBD3;
--cyan-500: #1EFAC7;
--cyan-600: #04DCAA;
--cyan-700: #04AF87;
--cyan-800: #037D60;
--cyan-900: #02503E;
--cyan-950: #013227;
}