Cyan
#24E0F5
CyanColor Codes
All color formats for development
HEX
#24E0F5RGB
rgb(36, 224, 245)HSL
hsl(186, 91%, 55%)OKLCH
oklch(0.831 0.138 207.2)CMYK
cmyk(85%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BDAF1
2#0AC2D6
3#09AABC
4#0891A1
5#067986
6#05616B
7#044950
8#033036
9#01181B
Tints
Lighter variations
1#3AE3F6
2#50E6F7
3#66E9F8
4#7BECF9
5#91EFFA
6#A7F3FB
7#BDF6FC
8#D3F9FD
9#E9FCFE
Tones
Muted variations
1#2ED7EA
2#39CFE0
3#43C7D5
4#4EBECB
5#58B6C0
6#62AEB6
7#6DA5AC
8#779DA1
9#829597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEF #8FEFFA | BordersInactive statesPlaceholder text |
| 400 | 55E7 #55E7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E0 #24E0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC2 #0AC2D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089A #089AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFAFD;
--cyan-200: #C0F6FC;
--cyan-300: #8FEFFA;
--cyan-400: #55E7F7;
--cyan-500: #24E0F5;
--cyan-600: #0AC2D6;
--cyan-700: #089AAA;
--cyan-800: #066E7A;
--cyan-900: #04474E;
--cyan-950: #022C31;
}