Blue
#3B1DFC
BlueColor Codes
All color formats for development
HEX
#3B1DFCRGB
rgb(59, 29, 252)HSL
hsl(248, 97%, 55%)OKLCH
oklch(0.479 0.291 272.4)CMYK
cmyk(77%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2404F9
2#2003DD
3#1C03C1
4#1803A6
5#14028A
6#10026F
7#0C0153
8#080137
9#04001C
Tints
Lighter variations
1#4E34FC
2#624AFC
3#7661FD
4#8977FD
5#9D8EFD
6#B0A5FE
7#C4BBFE
8#D8D2FE
9#EBE8FF
Tones
Muted variations
1#4328F0
2#4B33E5
3#533EDA
4#5B49CF
5#6355C4
6#6C60B9
7#746BAE
8#7C76A3
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 | C6BE #C6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8B #9B8BFD | BordersInactive statesPlaceholder text |
| 400 | 664F #664FFC | Disabled statesSecondary iconsMuted text |
| 500 | 3B1D #3B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2003 #2003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A03 #1A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1202 #12027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C01 #0C0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E0DCFE;
--blue-200: #C6BEFE;
--blue-300: #9B8BFD;
--blue-400: #664FFC;
--blue-500: #3B1DFC;
--blue-600: #2003DD;
--blue-700: #1A03B0;
--blue-800: #12027E;
--blue-900: #0C0150;
--blue-950: #070132;
}