Cyan
#03CFDD
CyanColor Codes
All color formats for development
HEX
#03CFDDRGB
rgb(3, 207, 221)HSL
hsl(184, 97%, 44%)OKLCH
oklch(0.779 0.132 203.5)CMYK
cmyk(99%, 6%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03BAC7
2#03A5B1
3#02919B
4#027C85
5#02676F
6#015358
7#013E42
8#01292C
9#001516
Tints
Lighter variations
1#04E9F9
2#1EEDFC
3#3AEFFC
4#56F1FC
5#72F4FD
6#8EF6FD
7#ABF8FE
8#C7FAFE
9#E3FDFF
Tones
Muted variations
1#0EC5D2
2#19BCC7
3#24B2BC
4#2FA9B2
5#3A9FA7
6#45969C
7#508C91
8#5A8386
9#657A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFA #BEFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FD | BordersInactive statesPlaceholder text |
| 400 | 4FF1 #4FF1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DED #1DEDFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CF #03CFDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A4 #03A4B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0275 #02757E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BEFAFE;
--cyan-300: #8BF6FD;
--cyan-400: #4FF1FC;
--cyan-500: #1DEDFC;
--cyan-600: #03CFDD;
--cyan-700: #03A4B0;
--cyan-800: #02757E;
--cyan-900: #014B50;
--cyan-950: #012F32;
}