Blue
#3A25F4
BlueColor Codes
All color formats for development
HEX
#3A25F4RGB
rgb(58, 37, 244)HSL
hsl(246, 90%, 55%)OKLCH
oklch(0.475 0.279 272.5)CMYK
cmyk(76%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230DF0
2#1F0BD5
3#1B0ABB
4#1808A0
5#140785
6#10066B
7#0C0450
8#080335
9#04011B
Tints
Lighter variations
1#4D3BF5
2#6151F6
3#7566F7
4#897CF8
5#9C92F9
6#B0A8FA
7#C4BEFC
8#D8D3FD
9#EBE9FE
Tones
Muted variations
1#422FE9
2#4A3ADF
3#5244D5
4#5B4ECA
5#6359C0
6#6B63B6
7#736DAB
8#7C78A1
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 | 9A90 #9A90F9 | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A25 #3A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0B #1F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1909 #1909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1206 #120679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | 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: #9A90F9;
--blue-400: #6555F6;
--blue-500: #3A25F4;
--blue-600: #1F0BD5;
--blue-700: #1909AA;
--blue-800: #120679;
--blue-900: #0B044E;
--blue-950: #070330;
}