Blue
#3F1EFA
BlueColor Codes
All color formats for development
HEX
#3F1EFARGB
rgb(63, 30, 250)HSL
hsl(249, 96%, 55%)OKLCH
oklch(0.48 0.287 273.5)CMYK
cmyk(75%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2905F7
2#2504DC
3#2004C0
4#1C03A5
5#170389
6#12026E
7#0E0252
8#090137
9#05011B
Tints
Lighter variations
1#5235FB
2#664BFB
3#7962FC
4#8C78FC
5#9F8FFD
6#B2A5FD
7#C5BCFE
8#D9D2FE
9#ECE9FF
Tones
Muted variations
1#4729EF
2#4F34E4
3#563FD9
4#5E4ACE
5#6655C3
6#6D60B8
7#756BAD
8#7D76A2
9#858197
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 | C8BE #C8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8C #9D8CFD | BordersInactive statesPlaceholder text |
| 400 | 6A50 #6A50FB | Disabled statesSecondary iconsMuted text |
| 500 | 3F1E #3F1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2504 #2504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D04 #1D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1503 #15037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D02 #0D0250 | 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: #C8BEFE;
--blue-300: #9D8CFD;
--blue-400: #6A50FB;
--blue-500: #3F1EFA;
--blue-600: #2504DC;
--blue-700: #1D04AF;
--blue-800: #15037D;
--blue-900: #0D0250;
--blue-950: #080132;
}