Blue
#3B1EFA
BlueColor Codes
All color formats for development
HEX
#3B1EFARGB
rgb(59, 30, 250)HSL
hsl(248, 96%, 55%)OKLCH
oklch(0.477 0.288 272.5)CMYK
cmyk(76%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2505F7
2#2104DC
3#1D04C0
4#1903A5
5#150389
6#11026E
7#0C0252
8#080137
9#04011B
Tints
Lighter variations
1#4F35FB
2#634BFB
3#7662FC
4#8A78FC
5#9D8FFD
6#B1A5FD
7#C4BCFE
8#D8D2FE
9#EBE9FF
Tones
Muted variations
1#4429EF
2#4C34E4
3#543FD9
4#5C4ACE
5#6455C3
6#6C60B8
7#746BAD
8#7C76A2
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8C #9B8CFD | BordersInactive statesPlaceholder text |
| 400 | 6750 #6750FB | Disabled statesSecondary iconsMuted text |
| 500 | 3B1E #3B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2104 #2104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A04 #1A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1303 #13037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C02 #0C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BEFE;
--blue-300: #9B8CFD;
--blue-400: #6750FB;
--blue-500: #3B1EFA;
--blue-600: #2104DC;
--blue-700: #1A04AF;
--blue-800: #13037D;
--blue-900: #0C0250;
--blue-950: #080132;
}