Blue
#350DD3
BlueColor Codes
All color formats for development
HEX
#350DD3RGB
rgb(53, 13, 211)HSL
hsl(252, 88%, 44%)OKLCH
oklch(0.417 0.257 274.2)CMYK
cmyk(75%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300CBE
2#2A0BA9
3#250994
4#20087F
5#1A0769
6#150554
7#10043F
8#0B032A
9#050115
Tints
Lighter variations
1#3C0FEE
2#5028F1
3#6643F3
4#7C5EF5
5#9279F6
6#A894F8
7#BEAEFA
8#D3C9FC
9#E9E4FD
Tones
Muted variations
1#3B17C9
2#4121BF
3#472BB5
4#4D35AB
5#533FA2
6#594998
7#5E538E
8#645C84
9#6A667A
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 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E4DDFD;
--blue-200: #CCC1FB;
--blue-300: #A591F8;
--blue-400: #7757F4;
--blue-500: #5027F1;
--blue-600: #350DD3;
--blue-700: #2A0BA8;
--blue-800: #1E0878;
--blue-900: #13054D;
--blue-950: #0C0330;
}