Cyan
#24E3F5
CyanColor Codes
All color formats for development
HEX
#24E3F5RGB
rgb(36, 227, 245)HSL
hsl(185, 91%, 55%)OKLCH
oklch(0.838 0.139 205.4)CMYK
cmyk(85%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BDEF1
2#0AC5D6
3#09ADBC
4#0894A1
5#067B86
6#05636B
7#044A50
8#033136
9#01191B
Tints
Lighter variations
1#3AE6F6
2#50E9F7
3#66ECF8
4#7BEEF9
5#91F1FA
6#A7F4FB
7#BDF7FC
8#D3F9FD
9#E9FCFE
Tones
Muted variations
1#2EDBEA
2#39D2E0
3#43C9D5
4#4EC0CB
5#58B8C0
6#62AFB6
7#6DA6AC
8#779EA1
9#829597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF1 #8FF1FA | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E3 #24E3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC5 #0AC5D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089D #089DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #06707A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F7FC;
--cyan-300: #8FF1FA;
--cyan-400: #55E9F7;
--cyan-500: #24E3F5;
--cyan-600: #0AC5D6;
--cyan-700: #089DAA;
--cyan-800: #06707A;
--cyan-900: #04484E;
--cyan-950: #022D31;
}