Blue
#380CD4
BlueColor Codes
All color formats for development
HEX
#380CD4RGB
rgb(56, 12, 212)HSL
hsl(253, 89%, 44%)OKLCH
oklch(0.42 0.257 275.1)CMYK
cmyk(74%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320BBF
2#2C0AAA
3#270994
4#21077F
5#1C066A
6#160555
7#110440
8#0B022A
9#060115
Tints
Lighter variations
1#3F0EEF
2#5327F2
3#6942F4
4#7E5DF6
5#9478F7
6#A993F9
7#BFAEFA
8#D4C9FC
9#EAE4FD
Tones
Muted variations
1#3D16CA
2#4320C0
3#492AB6
4#4E34AC
5#543EA2
6#5A4898
7#5F528E
8#655C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A790 #A790F9 | BordersInactive statesPlaceholder text |
| 400 | 7956 #7956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5226 #5226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380C #380CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C0A #2C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2007 #200778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044D | 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: #F3F1FE;
--blue-100: #E4DDFD;
--blue-200: #CDC0FB;
--blue-300: #A790F9;
--blue-400: #7956F5;
--blue-500: #5226F2;
--blue-600: #380CD4;
--blue-700: #2C0AA9;
--blue-800: #200778;
--blue-900: #14044D;
--blue-950: #0D0330;
}