Cyan
#27D0F1
CyanColor Codes
All color formats for development
HEX
#27D0F1RGB
rgb(39, 208, 241)HSL
hsl(190, 88%, 55%)OKLCH
oklch(0.792 0.134 215.4)CMYK
cmyk(84%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FC8ED
2#0DB2D3
3#0C9CB9
4#0A869E
5#086F84
6#075969
7#05434F
8#032D35
9#02161A
Tints
Lighter variations
1#3DD4F3
2#52D9F4
3#68DEF5
4#7EE3F7
5#93E7F8
6#A9ECF9
7#BEF1FB
8#D4F6FC
9#E9FAFE
Tones
Muted variations
1#31C9E7
2#3BC2DD
3#46BBD3
4#50B5C9
5#5AAEBF
6#64A7B5
7#6EA0AB
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 | C1F1 #C1F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E7 #91E7F8 | BordersInactive statesPlaceholder text |
| 400 | 57DA #57DAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D0 #27D0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB2 #0DB2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8E #0B8EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0865 #086578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0541 #05414D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DDF8FD;
--cyan-200: #C1F1FB;
--cyan-300: #91E7F8;
--cyan-400: #57DAF4;
--cyan-500: #27D0F1;
--cyan-600: #0DB2D3;
--cyan-700: #0B8EA8;
--cyan-800: #086578;
--cyan-900: #05414D;
--cyan-950: #032830;
}