Cyan
#03C7DD
CyanColor Codes
All color formats for development
HEX
#03C7DDRGB
rgb(3, 199, 221)HSL
hsl(186, 97%, 44%)OKLCH
oklch(0.76 0.131 208.8)CMYK
cmyk(99%, 10%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03B3C7
2#039FB1
3#028B9B
4#027885
5#02646F
6#015058
7#013C42
8#01282C
9#001416
Tints
Lighter variations
1#04E1F9
2#1EE5FC
3#3AE9FC
4#56ECFC
5#72EFFD
6#8EF2FD
7#ABF5FE
8#C7F9FE
9#E3FCFF
Tones
Muted variations
1#0EBFD2
2#19B6C7
3#24ADBC
4#2FA4B2
5#3A9CA7
6#45939C
7#508A91
8#5A8286
9#65797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BEF8FE;
--cyan-300: #8BF2FD;
--cyan-400: #4FEBFC;
--cyan-500: #1DE5FC;
--cyan-600: #03C7DD;
--cyan-700: #039FB0;
--cyan-800: #02717E;
--cyan-900: #014850;
--cyan-950: #012D32;
}