Cyan
#27E0F1
CyanColor Codes
All color formats for development
HEX
#27E0F1RGB
rgb(39, 224, 241)HSL
hsl(185, 88%, 55%)OKLCH
oklch(0.83 0.136 205)CMYK
cmyk(84%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FDBED
2#0DC2D3
3#0CAAB9
4#0A929E
5#087A84
6#076169
7#05494F
8#033135
9#02181A
Tints
Lighter variations
1#3DE3F3
2#52E7F4
3#68EAF5
4#7EEDF7
5#93F0F8
6#A9F3F9
7#BEF6FB
8#D4F9FC
9#E9FCFE
Tones
Muted variations
1#31D8E7
2#3BD0DD
3#46C7D3
4#50BFC9
5#5AB6BF
6#64AEB5
7#6EA5AB
8#789DA0
9#829596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DDFAFD;
--cyan-200: #C1F6FB;
--cyan-300: #91EFF8;
--cyan-400: #57E7F4;
--cyan-500: #27E0F1;
--cyan-600: #0DC2D3;
--cyan-700: #0B9BA8;
--cyan-800: #086E78;
--cyan-900: #05474D;
--cyan-950: #032C30;
}