Cyan
#25D1F4
CyanColor Codes
All color formats for development
HEX
#25D1F4RGB
rgb(37, 209, 244)HSL
hsl(190, 90%, 55%)OKLCH
oklch(0.795 0.136 216.4)CMYK
cmyk(85%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DCAF0
2#0BB4D5
3#0A9DBB
4#0887A0
5#077085
6#065A6B
7#044350
8#032D35
9#01161B
Tints
Lighter variations
1#3BD6F5
2#51DAF6
3#66DFF7
4#7CE3F8
5#92E8F9
6#A8EDFA
7#BEF1FC
8#D3F6FD
9#E9FAFE
Tones
Muted variations
1#2FCAE9
2#3AC3DF
3#44BCD5
4#4EB6CA
5#59AFC0
6#63A8B6
7#6DA1AB
8#789AA1
9#829397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E8 #90E8F9 | BordersInactive statesPlaceholder text |
| 400 | 55DB #55DBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D1 #25D1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB4 #0BB4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098F #098FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #066679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414E | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF8FD;
--cyan-200: #C0F2FC;
--cyan-300: #90E8F9;
--cyan-400: #55DBF6;
--cyan-500: #25D1F4;
--cyan-600: #0BB4D5;
--cyan-700: #098FAA;
--cyan-800: #066679;
--cyan-900: #04414E;
--cyan-950: #032930;
}