Blue
#3E1DFC
BlueColor Codes
All color formats for development
HEX
#3E1DFCRGB
rgb(62, 29, 252)HSL
hsl(249, 97%, 55%)OKLCH
oklch(0.481 0.29 273.2)CMYK
cmyk(75%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2904F9
2#2403DD
3#2003C1
4#1B03A6
5#17028A
6#12026F
7#0E0153
8#090137
9#05001C
Tints
Lighter variations
1#5234FC
2#654AFC
3#7861FD
4#8B77FD
5#9F8EFD
6#B2A5FE
7#C5BBFE
8#D8D2FE
9#ECE8FF
Tones
Muted variations
1#4628F0
2#4E33E5
3#563EDA
4#5E49CF
5#6555C4
6#6D60B9
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 #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8B #9D8BFD | BordersInactive statesPlaceholder text |
| 400 | 694F #694FFC | Disabled statesSecondary iconsMuted text |
| 500 | 3E1D #3E1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2403 #2403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D03 #1D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1402 #14027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0150 | 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: #C7BEFE;
--blue-300: #9D8BFD;
--blue-400: #694FFC;
--blue-500: #3E1DFC;
--blue-600: #2403DD;
--blue-700: #1D03B0;
--blue-800: #14027E;
--blue-900: #0D0150;
--blue-950: #080132;
}