Blue
#3524F5
BlueColor Codes
All color formats for development
HEX
#3524F5RGB
rgb(53, 36, 245)HSL
hsl(245, 91%, 55%)OKLCH
oklch(0.473 0.282 271.2)CMYK
cmyk(78%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0BF1
2#1B0AD6
3#1809BC
4#1408A1
5#110686
6#0E056B
7#0A0450
8#070336
9#03011B
Tints
Lighter variations
1#493AF6
2#5E50F7
3#7266F8
4#867BF9
5#9A91FA
6#AEA7FB
7#C2BDFC
8#D7D3FD
9#EBE9FE
Tones
Muted variations
1#3E2EEA
2#4739E0
3#4F43D5
4#584ECB
5#6158C0
6#6962B6
7#726DAC
8#7B77A1
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFD;
--blue-200: #C5C0FC;
--blue-300: #988FFA;
--blue-400: #6255F7;
--blue-500: #3524F5;
--blue-600: #1B0AD6;
--blue-700: #1608AA;
--blue-800: #0F067A;
--blue-900: #0A044E;
--blue-950: #060231;
}