Cyan
#2FDAE9
CyanColor Codes
All color formats for development
HEX
#2FDAE9RGB
rgb(47, 218, 233)HSL
hsl(185, 81%, 55%)OKLCH
oklch(0.813 0.131 204.2)CMYK
cmyk(80%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18D3E4
2#15BCCB
3#13A4B2
4#108D98
5#0D757F
6#0B5E66
7#08464C
8#052F33
9#031719
Tints
Lighter variations
1#44DDEB
2#59E1EE
3#6EE5F0
4#82E9F2
5#97ECF4
6#ACF0F6
7#C1F4F8
8#D5F8FB
9#EAFBFD
Tones
Muted variations
1#39D2E0
2#42CAD7
3#4BC2CD
4#54BBC4
5#5EB3BB
6#67ABB1
7#70A3A8
8#7A9C9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EC #95ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE2 #5DE2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDA #2FDAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BC #15BCCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1195 #1195A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6B #0C6B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #08444A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DFF9FC;
--cyan-200: #C3F4F9;
--cyan-300: #95ECF4;
--cyan-400: #5DE2EE;
--cyan-500: #2FDAE9;
--cyan-600: #15BCCB;
--cyan-700: #1195A2;
--cyan-800: #0C6B73;
--cyan-900: #08444A;
--cyan-950: #052B2E;
}