Cyan
#24D5F5
CyanColor Codes
All color formats for development
HEX
#24D5F5RGB
rgb(36, 213, 245)HSL
hsl(189, 91%, 55%)OKLCH
oklch(0.805 0.136 214.3)CMYK
cmyk(85%, 13%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BCFF1
2#0AB8D6
3#09A1BC
4#088AA1
5#067386
6#055C6B
7#044550
8#032E36
9#01171B
Tints
Lighter variations
1#3ADAF6
2#50DEF7
3#66E2F8
4#7BE6F9
5#91EAFA
6#A7EEFB
7#BDF3FC
8#D3F7FD
9#E9FBFE
Tones
Muted variations
1#2ECEEA
2#39C7E0
3#43BFD5
4#4EB8CB
5#58B1C0
6#62A9B6
7#6DA2AC
8#779BA1
9#829497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEA #8FEAFA | BordersInactive statesPlaceholder text |
| 400 | 55DF #55DFF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D5 #24D5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB8 #0AB8D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0892 #0892AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #06687A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF9FD;
--cyan-200: #C0F3FC;
--cyan-300: #8FEAFA;
--cyan-400: #55DFF7;
--cyan-500: #24D5F5;
--cyan-600: #0AB8D6;
--cyan-700: #0892AA;
--cyan-800: #06687A;
--cyan-900: #04434E;
--cyan-950: #022A31;
}