Cyan
#27DDF1
CyanColor Codes
All color formats for development
HEX
#27DDF1RGB
rgb(39, 221, 241)HSL
hsl(186, 88%, 55%)OKLCH
oklch(0.823 0.135 206.9)CMYK
cmyk(84%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FD7ED
2#0DBFD3
3#0CA7B9
4#0A8F9E
5#087784
6#076069
7#05484F
8#033035
9#02181A
Tints
Lighter variations
1#3DE0F3
2#52E4F4
3#68E7F5
4#7EEBF7
5#93EEF8
6#A9F1F9
7#BEF5FB
8#D4F8FC
9#E9FCFE
Tones
Muted variations
1#31D5E7
2#3BCDDD
3#46C5D3
4#50BDC9
5#5AB5BF
6#64ADB5
7#6EA4AB
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 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F5 #C1F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EE #91EEF8 | BordersInactive statesPlaceholder text |
| 400 | 57E5 #57E5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DD #27DDF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBF #0DBFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B98 #0B98A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086D #086D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464D | 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: #DDFAFD;
--cyan-200: #C1F5FB;
--cyan-300: #91EEF8;
--cyan-400: #57E5F4;
--cyan-500: #27DDF1;
--cyan-600: #0DBFD3;
--cyan-700: #0B98A8;
--cyan-800: #086D78;
--cyan-900: #05464D;
--cyan-950: #032B30;
}