Cyan
#25E2F4
CyanColor Codes
All color formats for development
HEX
#25E2F4RGB
rgb(37, 226, 244)HSL
hsl(185, 90%, 55%)OKLCH
oklch(0.835 0.138 205.4)CMYK
cmyk(85%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DDDF0
2#0BC4D5
3#0AACBB
4#0893A0
5#077B85
6#06626B
7#044A50
8#033135
9#01191B
Tints
Lighter variations
1#3BE5F5
2#51E8F6
3#66EBF7
4#7CEEF8
5#92F1F9
6#A8F4FA
7#BEF6FC
8#D3F9FD
9#E9FCFE
Tones
Muted variations
1#2FDAE9
2#3AD1DF
3#44C8D5
4#4EC0CA
5#59B7C0
6#63AFB6
7#6DA6AB
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 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F0 #90F0F9 | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E2 #25E2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC4 #0BC4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099C #099CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #067079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F7FC;
--cyan-300: #90F0F9;
--cyan-400: #55E9F6;
--cyan-500: #25E2F4;
--cyan-600: #0BC4D5;
--cyan-700: #099CAA;
--cyan-800: #067079;
--cyan-900: #04474E;
--cyan-950: #032D30;
}