Cyan
#27E4F1
CyanColor Codes
All color formats for development
HEX
#27E4F1RGB
rgb(39, 228, 241)HSL
hsl(184, 88%, 55%)OKLCH
oklch(0.839 0.138 202.5)CMYK
cmyk(84%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FDEED
2#0DC6D3
3#0CADB9
4#0A949E
5#087C84
6#076369
7#054A4F
8#033135
9#02191A
Tints
Lighter variations
1#3DE6F3
2#52E9F4
3#68ECF5
4#7EEFF7
5#93F1F8
6#A9F4F9
7#BEF7FB
8#D4FAFC
9#E9FCFE
Tones
Muted variations
1#31DBE7
2#3BD2DD
3#46CAD3
4#50C1C9
5#5AB8BF
6#64AFB5
7#6EA7AB
8#789EA0
9#829596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C1F7FB;
--cyan-300: #91F1F8;
--cyan-400: #57EAF4;
--cyan-500: #27E4F1;
--cyan-600: #0DC6D3;
--cyan-700: #0B9DA8;
--cyan-800: #087078;
--cyan-900: #05484D;
--cyan-950: #032D30;
}