Cyan
#27D6F1
CyanColor Codes
All color formats for development
HEX
#27D6F1RGB
rgb(39, 214, 241)HSL
hsl(188, 88%, 55%)OKLCH
oklch(0.806 0.134 211.5)CMYK
cmyk(84%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FD0ED
2#0DB9D3
3#0CA2B9
4#0A8A9E
5#087384
6#075C69
7#05454F
8#032E35
9#02171A
Tints
Lighter variations
1#3DDAF3
2#52DEF4
3#68E3F5
4#7EE7F7
5#93EBF8
6#A9EFF9
7#BEF3FB
8#D4F7FC
9#E9FBFE
Tones
Muted variations
1#31CFE7
2#3BC7DD
3#46C0D3
4#50B9C9
5#5AB1BF
6#64AAB5
7#6EA2AB
8#789BA0
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DDF9FD;
--cyan-200: #C1F3FB;
--cyan-300: #91EAF8;
--cyan-400: #57DFF4;
--cyan-500: #27D6F1;
--cyan-600: #0DB9D3;
--cyan-700: #0B93A8;
--cyan-800: #086978;
--cyan-900: #05434D;
--cyan-950: #032A30;
}