Blue
#3A1CFD
BlueColor Codes
All color formats for development
HEX
#3A1CFDRGB
rgb(58, 28, 253)HSL
hsl(248, 98%, 55%)OKLCH
oklch(0.479 0.292 272.1)CMYK
cmyk(77%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2403FA
2#2002DE
3#1C02C2
4#1802A7
5#14018B
6#10016F
7#0C0153
8#080138
9#04001C
Tints
Lighter variations
1#4E33FD
2#6149FD
3#7560FD
4#8977FE
5#9C8DFE
6#B0A4FE
7#C4BBFE
8#D8D2FF
9#EBE8FF
Tones
Muted variations
1#4227F1
2#4A32E6
3#533EDB
4#5B49D0
5#6354C4
6#6B5FB9
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 #E0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8B #9A8BFE | BordersInactive statesPlaceholder text |
| 400 | 664E #664EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3A1C #3A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2002 #2002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1902 #1902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1201 #12017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B01 #0B0151 | 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: #E0DCFF;
--blue-200: #C6BDFE;
--blue-300: #9A8BFE;
--blue-400: #664EFD;
--blue-500: #3A1CFD;
--blue-600: #2002DE;
--blue-700: #1902B1;
--blue-800: #12017E;
--blue-900: #0B0151;
--blue-950: #070132;
}