Cyan
#24E7F5
CyanColor Codes
All color formats for development
HEX
#24E7F5RGB
rgb(36, 231, 245)HSL
hsl(184, 91%, 55%)OKLCH
oklch(0.847 0.14 202.9)CMYK
cmyk(85%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BE2F1
2#0AC9D6
3#09B0BC
4#0897A1
5#067D86
6#05646B
7#044B50
8#033236
9#01191B
Tints
Lighter variations
1#3AE9F6
2#50ECF7
3#66EEF8
4#7BF0F9
5#91F3FA
6#A7F5FB
7#BDF8FC
8#D3FAFD
9#E9FDFE
Tones
Muted variations
1#2EDEEA
2#39D5E0
3#43CCD5
4#4EC3CB
5#58B9C0
6#62B0B6
7#6DA7AC
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 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF3 #8FF3FA | BordersInactive statesPlaceholder text |
| 400 | 55EC #55ECF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E7 #24E7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC9 #0AC9D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08A0 #08A0AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0672 #06727A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F8FC;
--cyan-300: #8FF3FA;
--cyan-400: #55ECF7;
--cyan-500: #24E7F5;
--cyan-600: #0AC9D6;
--cyan-700: #08A0AA;
--cyan-800: #06727A;
--cyan-900: #04494E;
--cyan-950: #022E31;
}