Cyan
#2FDDE9
CyanColor Codes
All color formats for development
HEX
#2FDDE9RGB
rgb(47, 221, 233)HSL
hsl(184, 81%, 55%)OKLCH
oklch(0.821 0.132 202.3)CMYK
cmyk(80%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18D7E4
2#15BFCB
3#13A7B2
4#108F98
5#0D777F
6#0B5F66
7#08484C
8#053033
9#031819
Tints
Lighter variations
1#44E0EB
2#59E4EE
3#6EE7F0
4#82EAF2
5#97EEF4
6#ACF1F6
7#C1F5F8
8#D5F8FB
9#EAFCFD
Tones
Muted variations
1#39D5E0
2#42CDD7
3#4BC5CD
4#54BDC4
5#5EB5BB
6#67ACB1
7#70A4A8
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 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EE #95EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE4 #5DE4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDD #2FDDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BF #15BFCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1198 #1198A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6D #0C6D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #08454A | 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: #DFFAFC;
--cyan-200: #C3F5F9;
--cyan-300: #95EEF4;
--cyan-400: #5DE4EE;
--cyan-500: #2FDDE9;
--cyan-600: #15BFCB;
--cyan-700: #1198A2;
--cyan-800: #0C6D73;
--cyan-900: #08454A;
--cyan-950: #052B2E;
}