Cyan
#03DDCF
CyanColor Codes
All color formats for development
HEX
#03DDCFRGB
rgb(3, 221, 207)HSL
hsl(176, 97%, 44%)OKLCH
oklch(0.808 0.141 186.7)CMYK
cmyk(99%, 0%, 6%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C7BA
2#03B1A5
3#029B91
4#02857C
5#026F67
6#015853
7#01423E
8#012C29
9#001615
Tints
Lighter variations
1#04F9E9
2#1EFCED
3#3AFCEF
4#56FCF1
5#72FDF4
6#8EFDF6
7#ABFEF8
8#C7FEFA
9#E3FFFD
Tones
Muted variations
1#0ED2C5
2#19C7BC
3#24BCB2
4#2FB2A9
5#3AA79F
6#459C96
7#50918C
8#5A8683
9#657B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFEFA;
--cyan-300: #8BFDF6;
--cyan-400: #4FFCF1;
--cyan-500: #1DFCED;
--cyan-600: #03DDCF;
--cyan-700: #03B0A4;
--cyan-800: #027E75;
--cyan-900: #01504B;
--cyan-950: #01322F;
}