Cyan
#2FD7E9
CyanColor Codes
All color formats for development
HEX
#2FD7E9RGB
rgb(47, 215, 233)HSL
hsl(186, 81%, 55%)OKLCH
oklch(0.806 0.13 206.2)CMYK
cmyk(80%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18D0E4
2#15B9CB
3#13A2B2
4#108B98
5#0D747F
6#0B5C66
7#08454C
8#052E33
9#031719
Tints
Lighter variations
1#44DBEB
2#59DFEE
3#6EE3F0
4#82E7F2
5#97EBF4
6#ACEFF6
7#C1F3F8
8#D5F7FB
9#EAFBFD
Tones
Muted variations
1#39CFE0
2#42C8D7
3#4BC0CD
4#54B9C4
5#5EB1BB
6#67AAB1
7#70A3A8
8#7A9B9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD7 #2FD7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B9 #15B9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1193 #1193A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C69 #0C6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #08434A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DFF9FC;
--cyan-200: #C3F3F9;
--cyan-300: #95EAF4;
--cyan-400: #5DE0EE;
--cyan-500: #2FD7E9;
--cyan-600: #15B9CB;
--cyan-700: #1193A2;
--cyan-800: #0C6973;
--cyan-900: #08434A;
--cyan-950: #052A2E;
}