Blue
#351FF9
BlueColor Codes
All color formats for development
HEX
#351FF9RGB
rgb(53, 31, 249)HSL
hsl(246, 95%, 55%)OKLCH
oklch(0.474 0.288 271.1)CMYK
cmyk(79%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E06F6
2#1B06DB
3#1805BF
4#1404A4
5#110489
6#0D036D
7#0A0252
8#070137
9#03011B
Tints
Lighter variations
1#4936FA
2#5D4CFA
3#7262FB
4#8679FC
5#9A8FFC
6#AEA5FD
7#C2BCFD
8#D7D2FE
9#EBE9FE
Tones
Muted variations
1#3E2AEE
2#4635E3
3#4F40D9
4#584BCE
5#6156C3
6#6961B8
7#726CAD
8#7B76A2
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFC | BordersInactive statesPlaceholder text |
| 400 | 6251 #6251FB | Disabled statesSecondary iconsMuted text |
| 500 | 351F #351FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B06 #1B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C5BEFD;
--blue-300: #988DFC;
--blue-400: #6251FB;
--blue-500: #351FF9;
--blue-600: #1B06DB;
--blue-700: #1504AE;
--blue-800: #0F037C;
--blue-900: #0A0250;
--blue-950: #060132;
}