Blue
#3B0CD4
BlueColor Codes
All color formats for development
HEX
#3B0CD4RGB
rgb(59, 12, 212)HSL
hsl(254, 89%, 44%)OKLCH
oklch(0.422 0.256 276.1)CMYK
cmyk(72%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350BBF
2#2F0AAA
3#290994
4#23077F
5#1D066A
6#180555
7#120440
8#0C022A
9#060115
Tints
Lighter variations
1#420EEF
2#5727F2
3#6C42F4
4#815DF6
5#9678F7
6#AB93F9
7#C0AEFA
8#D5C9FC
9#EAE4FD
Tones
Muted variations
1#4016CA
2#4620C0
3#4B2AB6
4#5034AC
5#563EA2
6#5B4898
7#60528E
8#665C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A990 #A990F9 | BordersInactive statesPlaceholder text |
| 400 | 7B56 #7B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5626 #5626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B0C #3B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0A #2F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2107 #210778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DDFD;
--blue-200: #CEC0FB;
--blue-300: #A990F9;
--blue-400: #7B56F5;
--blue-500: #5626F2;
--blue-600: #3B0CD4;
--blue-700: #2F0AA9;
--blue-800: #210778;
--blue-900: #15044D;
--blue-950: #0D0330;
}