Cyan
#27DAF1
CyanColor Codes
All color formats for development
HEX
#27DAF1RGB
rgb(39, 218, 241)HSL
hsl(187, 88%, 55%)OKLCH
oklch(0.815 0.135 208.8)CMYK
cmyk(84%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FD3ED
2#0DBCD3
3#0CA4B9
4#0A8D9E
5#087584
6#075E69
7#05464F
8#032F35
9#02171A
Tints
Lighter variations
1#3DDDF3
2#52E1F4
3#68E5F5
4#7EE9F7
5#93ECF8
6#A9F0F9
7#BEF4FB
8#D4F8FC
9#E9FBFE
Tones
Muted variations
1#31D2E7
2#3BCADD
3#46C2D3
4#50BBC9
5#5AB3BF
6#64ABB5
7#6EA3AB
8#789CA0
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F4 #C1F4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EC #91ECF8 | BordersInactive statesPlaceholder text |
| 400 | 57E2 #57E2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DA #27DAF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBC #0DBCD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B95 #0B95A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086B #086B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0544 #05444D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DDF9FD;
--cyan-200: #C1F4FB;
--cyan-300: #91ECF8;
--cyan-400: #57E2F4;
--cyan-500: #27DAF1;
--cyan-600: #0DBCD3;
--cyan-700: #0B95A8;
--cyan-800: #086B78;
--cyan-900: #05444D;
--cyan-950: #032B30;
}