Blue
#380DD3
BlueColor Codes
All color formats for development
HEX
#380DD3RGB
rgb(56, 13, 211)HSL
hsl(253, 88%, 44%)OKLCH
oklch(0.419 0.256 275.2)CMYK
cmyk(73%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330CBE
2#2D0BA9
3#270994
4#22087F
5#1C0769
6#160554
7#11043F
8#0B032A
9#060115
Tints
Lighter variations
1#3F0FEE
2#5428F1
3#6943F3
4#7F5EF5
5#9479F6
6#A994F8
7#BFAEFA
8#D4C9FC
9#EAE4FD
Tones
Muted variations
1#3E17C9
2#4321BF
3#492BB5
4#4F35AB
5#543FA2
6#5A4998
7#5F538E
8#655C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | 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: #E4DDFD;
--blue-200: #CDC1FB;
--blue-300: #A791F8;
--blue-400: #7957F4;
--blue-500: #5327F1;
--blue-600: #380DD3;
--blue-700: #2D0BA8;
--blue-800: #200878;
--blue-900: #14054D;
--blue-950: #0D0330;
}