Cyan
#25CEF4
CyanColor Codes
All color formats for development
HEX
#25CEF4RGB
rgb(37, 206, 244)HSL
hsl(191, 90%, 55%)OKLCH
oklch(0.788 0.136 218.4)CMYK
cmyk(85%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DC6F0
2#0BB0D5
3#0A9ABB
4#0884A0
5#076E85
6#06586B
7#044250
8#032C35
9#01161B
Tints
Lighter variations
1#3BD3F5
2#51D8F6
3#66DCF7
4#7CE1F8
5#92E6F9
6#A8EBFA
7#BEF0FC
8#D3F5FD
9#E9FAFE
Tones
Muted variations
1#2FC7E9
2#3AC1DF
3#44BAD5
4#4EB3CA
5#59ADC0
6#63A6B6
7#6DA0AB
8#7899A1
9#829397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E6 #90E6F9 | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25CE #25CEF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB0 #0BB0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098C #098CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #066479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF7FD;
--cyan-200: #C0F1FC;
--cyan-300: #90E6F9;
--cyan-400: #55D9F6;
--cyan-500: #25CEF4;
--cyan-600: #0BB0D5;
--cyan-700: #098CAA;
--cyan-800: #066479;
--cyan-900: #04404E;
--cyan-950: #032830;
}