Cyan
#25E6F4
CyanColor Codes
All color formats for development
HEX
#25E6F4RGB
rgb(37, 230, 244)HSL
hsl(184, 90%, 55%)OKLCH
oklch(0.845 0.139 203)CMYK
cmyk(85%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DE1F0
2#0BC8D5
3#0AAFBB
4#0896A0
5#077D85
6#06646B
7#044B50
8#033235
9#01191B
Tints
Lighter variations
1#3BE8F5
2#51EBF6
3#66EDF7
4#7CF0F8
5#92F2F9
6#A8F5FA
7#BEF7FC
8#D3FAFD
9#E9FCFE
Tones
Muted variations
1#2FDDE9
2#3AD4DF
3#44CBD5
4#4EC2CA
5#59B9C0
6#63B0B6
7#6DA7AB
8#789EA1
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 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 55EB #55EBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E6 #25E6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC8 #0BC8D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099F #099FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0671 #067179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | 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: #C0F8FC;
--cyan-300: #90F2F9;
--cyan-400: #55EBF6;
--cyan-500: #25E6F4;
--cyan-600: #0BC8D5;
--cyan-700: #099FAA;
--cyan-800: #067179;
--cyan-900: #04494E;
--cyan-950: #032D30;
}