Blue
#3E1CFD
BlueColor Codes
All color formats for development
HEX
#3E1CFDRGB
rgb(62, 28, 253)HSL
hsl(249, 98%, 55%)OKLCH
oklch(0.481 0.291 273.1)CMYK
cmyk(75%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2803FA
2#2302DE
3#1F02C2
4#1A02A7
5#16018B
6#12016F
7#0D0153
8#090138
9#04001C
Tints
Lighter variations
1#5133FD
2#6449FD
3#7860FD
4#8B77FE
5#9E8DFE
6#B2A4FE
7#C5BBFE
8#D8D2FF
9#ECE8FF
Tones
Muted variations
1#4527F1
2#4D32E6
3#553EDB
4#5D49D0
5#6554C4
6#6D5FB9
7#756BAE
8#7D76A3
9#848197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8B #9C8BFE | BordersInactive statesPlaceholder text |
| 400 | 694E #694EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3E1C #3E1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2302 #2302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C02 #1C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1401 #14017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0151 | 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: #E1DCFF;
--blue-200: #C7BDFE;
--blue-300: #9C8BFE;
--blue-400: #694EFD;
--blue-500: #3E1CFD;
--blue-600: #2302DE;
--blue-700: #1C02B1;
--blue-800: #14017E;
--blue-900: #0D0151;
--blue-950: #080132;
}