Cyan
#24CEF5
CyanColor Codes
All color formats for development
HEX
#24CEF5RGB
rgb(36, 206, 245)HSL
hsl(191, 91%, 55%)OKLCH
oklch(0.788 0.137 218.9)CMYK
cmyk(85%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BC7F1
2#0AB1D6
3#099BBC
4#0885A1
5#066F86
6#05586B
7#044250
8#032C36
9#01161B
Tints
Lighter variations
1#3AD3F6
2#50D8F7
3#66DDF8
4#7BE2F9
5#91E7FA
6#A7ECFB
7#BDF0FC
8#D3F5FD
9#E9FAFE
Tones
Muted variations
1#2EC8EA
2#39C1E0
3#43BBD5
4#4EB4CB
5#58ADC0
6#62A7B6
7#6DA0AC
8#7799A1
9#829397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE6 #8FE6FA | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24CE #24CEF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB1 #0AB1D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088D #088DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #06647A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF7FD;
--cyan-200: #C0F1FC;
--cyan-300: #8FE6FA;
--cyan-400: #55D9F7;
--cyan-500: #24CEF5;
--cyan-600: #0AB1D6;
--cyan-700: #088DAA;
--cyan-800: #06647A;
--cyan-900: #04404E;
--cyan-950: #022831;
}