Blue
#3423F6
BlueColor Codes
All color formats for development
HEX
#3423F6RGB
rgb(52, 35, 246)HSL
hsl(245, 92%, 55%)OKLCH
oklch(0.472 0.283 271)CMYK
cmyk(79%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0AF2
2#1A09D7
3#1708BC
4#1407A2
5#100687
6#0D046C
7#0A0351
8#070236
9#03011B
Tints
Lighter variations
1#4939F7
2#5D4FF8
3#7165F9
4#857BF9
5#9A91FA
6#AEA7FB
7#C2BDFC
8#D6D3FD
9#EBE9FE
Tones
Muted variations
1#3D2DEB
2#4638E1
3#4F42D6
4#574DCC
5#6057C1
6#6962B6
7#726DAC
8#7B77A1
9#838297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFE;
--blue-200: #C4BFFC;
--blue-300: #978EFA;
--blue-400: #6154F8;
--blue-500: #3423F6;
--blue-600: #1A09D7;
--blue-700: #1507AB;
--blue-800: #0F057A;
--blue-900: #0A034E;
--blue-950: #060231;
}