Blue
#3924F5
BlueColor Codes
All color formats for development
HEX
#3924F5RGB
rgb(57, 36, 245)HSL
hsl(246, 91%, 55%)OKLCH
oklch(0.475 0.28 272.2)CMYK
cmyk(77%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220BF1
2#1F0AD6
3#1B09BC
4#1708A1
5#130686
6#0F056B
7#0B0450
8#080336
9#04011B
Tints
Lighter variations
1#4D3AF6
2#6050F7
3#7466F8
4#887BF9
5#9C91FA
6#B0A7FB
7#C4BDFC
8#D7D3FD
9#EBE9FE
Tones
Muted variations
1#412EEA
2#4939E0
3#5243D5
4#5A4ECB
5#6258C0
6#6B62B6
7#736DAC
8#7C77A1
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 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8F #9A8FFA | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3924 #3924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0A #1F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1808 #1808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1106 #11067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFD;
--blue-200: #C6C0FC;
--blue-300: #9A8FFA;
--blue-400: #6555F7;
--blue-500: #3924F5;
--blue-600: #1F0AD6;
--blue-700: #1808AA;
--blue-800: #11067A;
--blue-900: #0B044E;
--blue-950: #070231;
}