Cyan
#02CFDE
CyanColor Codes
All color formats for development
HEX
#02CFDERGB
rgb(2, 207, 222)HSL
hsl(184, 98%, 44%)OKLCH
oklch(0.779 0.133 204.1)CMYK
cmyk(99%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02BBC8
2#02A6B2
3#02919C
4#017C85
5#01686F
6#015359
7#013E43
8#00292C
9#001516
Tints
Lighter variations
1#03EAFA
2#1DEEFD
3#39F0FD
4#55F2FD
5#72F4FE
6#8EF6FE
7#AAF9FE
8#C6FBFE
9#E3FDFF
Tones
Muted variations
1#0DC6D3
2#18BCC8
3#23B3BD
4#2EA9B2
5#39A0A7
6#44969C
7#4F8D91
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 #DCFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFA #BDFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FE | BordersInactive statesPlaceholder text |
| 400 | 4EF2 #4EF2FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEE #1CEEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CF #02CFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A5 #02A5B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0176 #01767E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B51 | 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: #DCFCFF;
--cyan-200: #BDFAFE;
--cyan-300: #8BF6FE;
--cyan-400: #4EF2FD;
--cyan-500: #1CEEFD;
--cyan-600: #02CFDE;
--cyan-700: #02A5B1;
--cyan-800: #01767E;
--cyan-900: #014B51;
--cyan-950: #012F32;
}