Blue
#3C1FF9
BlueColor Codes
All color formats for development
HEX
#3C1FF9RGB
rgb(60, 31, 249)HSL
hsl(248, 95%, 55%)OKLCH
oklch(0.477 0.286 272.8)CMYK
cmyk(76%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2606F6
2#2206DB
3#1E05BF
4#1A04A4
5#150489
6#11036D
7#0D0252
8#090137
9#04011B
Tints
Lighter variations
1#5036FA
2#634CFA
3#7762FB
4#8A79FC
5#9E8FFC
6#B1A5FD
7#C5BCFD
8#D8D2FE
9#ECE9FE
Tones
Muted variations
1#442AEE
2#4C35E3
3#5440D9
4#5C4BCE
5#6456C3
6#6C61B8
7#746CAD
8#7C76A2
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8D #9B8DFC | BordersInactive statesPlaceholder text |
| 400 | 6851 #6851FB | Disabled statesSecondary iconsMuted text |
| 500 | 3C1F #3C1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2206 #2206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B04 #1B04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1303 #13037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C02 #0C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFE;
--blue-200: #C7BEFD;
--blue-300: #9B8DFC;
--blue-400: #6851FB;
--blue-500: #3C1FF9;
--blue-600: #2206DB;
--blue-700: #1B04AE;
--blue-800: #13037C;
--blue-900: #0C0250;
--blue-950: #080132;
}