Cyan
#25D8F4
CyanColor Codes
All color formats for development
HEX
#25D8F4RGB
rgb(37, 216, 244)HSL
hsl(188, 90%, 55%)OKLCH
oklch(0.812 0.136 211.8)CMYK
cmyk(85%, 11%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DD2F0
2#0BBAD5
3#0AA3BB
4#088CA0
5#077485
6#065D6B
7#044650
8#032F35
9#01171B
Tints
Lighter variations
1#3BDCF5
2#51E0F6
3#66E4F7
4#7CE8F8
5#92EBF9
6#A8EFFA
7#BEF3FC
8#D3F7FD
9#E9FBFE
Tones
Muted variations
1#2FD0E9
2#3AC9DF
3#44C1D5
4#4EBACA
5#59B2C0
6#63ABB6
7#6DA3AB
8#789BA1
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 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D8 #25D8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BBA #0BBAD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0994 #0994AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | 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: #90EBF9;
--cyan-400: #55E1F6;
--cyan-500: #25D8F4;
--cyan-600: #0BBAD5;
--cyan-700: #0994AA;
--cyan-800: #066A79;
--cyan-900: #04444E;
--cyan-950: #032A30;
}