Cyan
#03CBDD
CyanColor Codes
All color formats for development
HEX
#03CBDDRGB
rgb(3, 203, 221)HSL
hsl(185, 97%, 44%)OKLCH
oklch(0.769 0.131 206.1)CMYK
cmyk(99%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03B7C7
2#03A2B1
3#028E9B
4#027A85
5#02656F
6#015158
7#013D42
8#01292C
9#001416
Tints
Lighter variations
1#04E5F9
2#1EE9FC
3#3AECFC
4#56EFFC
5#72F1FD
6#8EF4FD
7#ABF7FE
8#C7FAFE
9#E3FCFF
Tones
Muted variations
1#0EC2D2
2#19B9C7
3#24B0BC
4#2FA7B2
5#3A9EA7
6#45949C
7#508B91
8#5A8286
9#65797B
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 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FD | BordersInactive statesPlaceholder text |
| 400 | 4FEE #4FEEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE9 #1DE9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CB #03CBDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A1 #03A1B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0273 #02737E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BEF9FE;
--cyan-300: #8BF4FD;
--cyan-400: #4FEEFC;
--cyan-500: #1DE9FC;
--cyan-600: #03CBDD;
--cyan-700: #03A1B0;
--cyan-800: #02737E;
--cyan-900: #014A50;
--cyan-950: #012E32;
}