Cyan
#25DFF4
CyanColor Codes
All color formats for development
HEX
#25DFF4RGB
rgb(37, 223, 244)HSL
hsl(186, 90%, 55%)OKLCH
oklch(0.828 0.137 207.3)CMYK
cmyk(85%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DD9F0
2#0BC1D5
3#0AA9BB
4#0891A0
5#077985
6#06606B
7#044850
8#033035
9#01181B
Tints
Lighter variations
1#3BE2F5
2#51E5F6
3#66E9F7
4#7CECF8
5#92EFF9
6#A8F2FA
7#BEF5FC
8#D3F9FD
9#E9FCFE
Tones
Muted variations
1#2FD7E9
2#3ACEDF
3#44C6D5
4#4EBECA
5#59B6C0
6#63ADB6
7#6DA5AB
8#789DA1
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 | 90EF #90EFF9 | BordersInactive statesPlaceholder text |
| 400 | 55E6 #55E6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25DF #25DFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC1 #0BC1D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099A #099AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464E | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | 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: #90EFF9;
--cyan-400: #55E6F6;
--cyan-500: #25DFF4;
--cyan-600: #0BC1D5;
--cyan-700: #099AAA;
--cyan-800: #066E79;
--cyan-900: #04464E;
--cyan-950: #032C30;
}