Blue
#361CFD
BlueColor Codes
All color formats for development
HEX
#361CFDRGB
rgb(54, 28, 253)HSL
hsl(247, 98%, 55%)OKLCH
oklch(0.477 0.293 271.2)CMYK
cmyk(79%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F03FA
2#1C02DE
3#1802C2
4#1502A7
5#11018B
6#0E016F
7#0A0153
8#070138
9#03001C
Tints
Lighter variations
1#4A33FD
2#5E49FD
3#7260FD
4#8677FE
5#9B8DFE
6#AFA4FE
7#C3BBFE
8#D7D2FF
9#EBE8FF
Tones
Muted variations
1#3F27F1
2#4732E6
3#503EDB
4#5949D0
5#6154C4
6#6A5FB9
7#726BAE
8#7B76A3
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BD #C5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 988B #988BFE | BordersInactive statesPlaceholder text |
| 400 | 634E #634EFD | Disabled statesSecondary iconsMuted text |
| 500 | 361C #361CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C02 #1C02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1602 #1602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1001 #10017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0151 | 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: #E0DCFF;
--blue-200: #C5BDFE;
--blue-300: #988BFE;
--blue-400: #634EFD;
--blue-500: #361CFD;
--blue-600: #1C02DE;
--blue-700: #1602B1;
--blue-800: #10017E;
--blue-900: #0A0151;
--blue-950: #060132;
}