Cyan
#06C9DB
CyanColor Codes
All color formats for development
HEX
#06C9DBRGB
rgb(6, 201, 219)HSL
hsl(185, 95%, 44%)OKLCH
oklch(0.764 0.13 206.3)CMYK
cmyk(97%, 8%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05B5C5
2#04A1AF
3#048D99
4#037983
5#03656D
6#025058
7#023C42
8#01282C
9#011416
Tints
Lighter variations
1#06E3F7
2#20E7F9
3#3CEAFA
4#58EDFB
5#74F0FB
6#90F3FC
7#ABF6FD
8#C7F9FE
9#E3FCFE
Tones
Muted variations
1#10C0D0
2#1BB7C5
3#26AEBB
4#30A5B0
5#3B9DA5
6#46949B
7#508B90
8#5B8286
9#66797B
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 #BEF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF3 #8DF3FC | BordersInactive statesPlaceholder text |
| 400 | 51EC #51ECFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE7 #1FE7F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C9 #06C9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A0 #04A0AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0372 #03727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | 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: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BEF8FD;
--cyan-300: #8DF3FC;
--cyan-400: #51ECFB;
--cyan-500: #1FE7F9;
--cyan-600: #06C9DB;
--cyan-700: #04A0AE;
--cyan-800: #03727C;
--cyan-900: #024950;
--cyan-950: #012E32;
}