Blue
#3823F6
BlueColor Codes
All color formats for development
HEX
#3823F6RGB
rgb(56, 35, 246)HSL
hsl(246, 92%, 55%)OKLCH
oklch(0.475 0.282 271.9)CMYK
cmyk(77%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210AF2
2#1E09D7
3#1A08BC
4#1607A2
5#130687
6#0F046C
7#0B0351
8#070236
9#04011B
Tints
Lighter variations
1#4C39F7
2#604FF8
3#7465F9
4#877BF9
5#9B91FA
6#AFA7FB
7#C3BDFC
8#D7D3FD
9#EBE9FE
Tones
Muted variations
1#402DEB
2#4938E1
3#5142D6
4#5A4DCC
5#6257C1
6#6A62B6
7#736DAC
8#7B77A1
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E0DDFE;
--blue-200: #C5BFFC;
--blue-300: #998EFA;
--blue-400: #6454F8;
--blue-500: #3823F6;
--blue-600: #1E09D7;
--blue-700: #1807AB;
--blue-800: #11057A;
--blue-900: #0B034E;
--blue-950: #070231;
}