Cyan
#27D3F1
CyanColor Codes
All color formats for development
HEX
#27D3F1RGB
rgb(39, 211, 241)HSL
hsl(189, 88%, 55%)OKLCH
oklch(0.799 0.134 213.4)CMYK
cmyk(84%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FCCED
2#0DB5D3
3#0C9FB9
4#0A889E
5#087184
6#075B69
7#05444F
8#032D35
9#02171A
Tints
Lighter variations
1#3DD7F3
2#52DCF4
3#68E0F5
4#7EE5F7
5#93E9F8
6#A9EDF9
7#BEF2FB
8#D4F6FC
9#E9FBFE
Tones
Muted variations
1#31CCE7
2#3BC5DD
3#46BED3
4#50B7C9
5#5AB0BF
6#64A9B5
7#6EA1AB
8#789AA0
9#829396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DDF8FD;
--cyan-200: #C1F2FB;
--cyan-300: #91E8F8;
--cyan-400: #57DDF4;
--cyan-500: #27D3F1;
--cyan-600: #0DB5D3;
--cyan-700: #0B90A8;
--cyan-800: #086778;
--cyan-900: #05424D;
--cyan-950: #032930;
}