Cyan
#25D5F4
CyanColor Codes
All color formats for development
HEX
#25D5F4RGB
rgb(37, 213, 244)HSL
hsl(189, 90%, 55%)OKLCH
oklch(0.805 0.136 213.8)CMYK
cmyk(85%, 13%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DCEF0
2#0BB7D5
3#0AA0BB
4#0889A0
5#077285
6#065B6B
7#044550
8#032E35
9#01171B
Tints
Lighter variations
1#3BD9F5
2#51DDF6
3#66E1F7
4#7CE6F8
5#92EAF9
6#A8EEFA
7#BEF2FC
8#D3F7FD
9#E9FBFE
Tones
Muted variations
1#2FCDE9
2#3AC6DF
3#44BFD5
4#4EB8CA
5#59B0C0
6#63A9B6
7#6DA2AB
8#789BA1
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 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 55DE #55DEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D5 #25D5F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB7 #0BB7D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0991 #0991AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #066879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | 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: #DDF8FD;
--cyan-200: #C0F3FC;
--cyan-300: #90E9F9;
--cyan-400: #55DEF6;
--cyan-500: #25D5F4;
--cyan-600: #0BB7D5;
--cyan-700: #0991AA;
--cyan-800: #066879;
--cyan-900: #04434E;
--cyan-950: #032A30;
}