Cyan
#24F5F5
CyanColor Codes
All color formats for development
HEX
#24F5F5RGB
rgb(36, 245, 245)HSL
hsl(180, 91%, 55%)OKLCH
oklch(0.88 0.146 194.8)CMYK
cmyk(85%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1F1
2#0AD6D6
3#09BCBC
4#08A1A1
5#068686
6#056B6B
7#045050
8#033636
9#011B1B
Tints
Lighter variations
1#3AF6F6
2#50F7F7
3#66F8F8
4#7BF9F9
5#91FAFA
6#A7FBFB
7#BDFCFC
8#D3FDFD
9#E9FEFE
Tones
Muted variations
1#2EEAEA
2#39E0E0
3#43D5D5
4#4ECBCB
5#58C0C0
6#62B6B6
7#6DACAC
8#77A1A1
9#829797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAFA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFE;
--cyan-100: #DDFDFD;
--cyan-200: #C0FCFC;
--cyan-300: #8FFAFA;
--cyan-400: #55F7F7;
--cyan-500: #24F5F5;
--cyan-600: #0AD6D6;
--cyan-700: #08AAAA;
--cyan-800: #067A7A;
--cyan-900: #044E4E;
--cyan-950: #023131;
}