Cyan
#24D9F5
CyanColor Codes
All color formats for development
HEX
#24D9F5RGB
rgb(36, 217, 245)HSL
hsl(188, 91%, 55%)OKLCH
oklch(0.814 0.137 211.7)CMYK
cmyk(85%, 11%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BD2F1
2#0ABBD6
3#09A4BC
4#088CA1
5#067586
6#055E6B
7#044650
8#032F36
9#01171B
Tints
Lighter variations
1#3ADDF6
2#50E0F7
3#66E4F8
4#7BE8F9
5#91ECFA
6#A7F0FB
7#BDF4FC
8#D3F7FD
9#E9FBFE
Tones
Muted variations
1#2ED1EA
2#39CAE0
3#43C2D5
4#4EBACB
5#58B3C0
6#62ABB6
7#6DA3AC
8#779CA1
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 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEB #8FEBFA | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D9 #24D9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0ABB #0ABBD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0895 #0895AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF9FD;
--cyan-200: #C0F4FC;
--cyan-300: #8FEBFA;
--cyan-400: #55E1F7;
--cyan-500: #24D9F5;
--cyan-600: #0ABBD6;
--cyan-700: #0895AA;
--cyan-800: #066A7A;
--cyan-900: #04444E;
--cyan-950: #022B31;
}