Cyan
#03DDCB
CyanColor Codes
All color formats for development
HEX
#03DDCBRGB
rgb(3, 221, 203)HSL
hsl(175, 97%, 44%)OKLCH
oklch(0.807 0.142 184.5)CMYK
cmyk(99%, 0%, 8%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C7B7
2#03B1A2
3#029B8E
4#02857A
5#026F65
6#015851
7#01423D
8#012C29
9#001614
Tints
Lighter variations
1#04F9E5
2#1EFCE9
3#3AFCEC
4#56FCEF
5#72FDF1
6#8EFDF4
7#ABFEF7
8#C7FEFA
9#E3FFFC
Tones
Muted variations
1#0ED2C2
2#19C7B9
3#24BCB0
4#2FB2A7
5#3AA79E
6#459C94
7#50918B
8#5A8682
9#657B79
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 #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDF4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCEE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01504A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFEFC;
--cyan-200: #BEFEF9;
--cyan-300: #8BFDF4;
--cyan-400: #4FFCEE;
--cyan-500: #1DFCE9;
--cyan-600: #03DDCB;
--cyan-700: #03B0A1;
--cyan-800: #027E73;
--cyan-900: #01504A;
--cyan-950: #01322E;
}