Cyan
#2FD4E9
CyanColor Codes
All color formats for development
HEX
#2FD4E9RGB
rgb(47, 212, 233)HSL
hsl(187, 81%, 55%)OKLCH
oklch(0.799 0.129 208.3)CMYK
cmyk(80%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18CDE4
2#15B6CB
3#139FB2
4#108898
5#0D727F
6#0B5B66
7#08444C
8#052D33
9#031719
Tints
Lighter variations
1#44D8EB
2#59DCEE
3#6EE1F0
4#82E5F2
5#97E9F4
6#ACEEF6
7#C1F2F8
8#D5F6FB
9#EAFBFD
Tones
Muted variations
1#39CCE0
2#42C5D7
3#4BBECD
4#54B7C4
5#5EB0BB
6#67A9B1
7#70A2A8
8#7A9B9F
9#839396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E9 #95E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDD #5DDDEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD4 #2FD4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B6 #15B6CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1191 #1191A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C67 #0C6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #08424A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DFF8FC;
--cyan-200: #C3F2F9;
--cyan-300: #95E9F4;
--cyan-400: #5DDDEE;
--cyan-500: #2FD4E9;
--cyan-600: #15B6CB;
--cyan-700: #1191A2;
--cyan-800: #0C6773;
--cyan-900: #08424A;
--cyan-950: #05292E;
}