Blue
#3426F2
BlueColor Codes
All color formats for development
HEX
#3426F2RGB
rgb(52, 38, 242)HSL
hsl(244, 89%, 55%)OKLCH
oklch(0.47 0.277 271.1)CMYK
cmyk(79%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0EEF
2#1A0CD4
3#160BBA
4#13099F
5#100885
6#0D066A
7#0A0550
8#060335
9#03021B
Tints
Lighter variations
1#483CF4
2#5C51F5
3#7167F6
4#857DF7
5#9993F9
6#AEA8FA
7#C2BEFB
8#D6D4FC
9#EBE9FE
Tones
Muted variations
1#3D30E8
2#453BDE
3#4E45D4
4#574FCA
5#6059BF
6#6963B5
7#726EAB
8#7B78A1
9#838296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6156 #6156F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3426 #3426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A0C #1A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140A #140AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F07 #0F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DFDDFD;
--blue-200: #C4C0FB;
--blue-300: #9790F9;
--blue-400: #6156F5;
--blue-500: #3426F2;
--blue-600: #1A0CD4;
--blue-700: #140AA9;
--blue-800: #0F0778;
--blue-900: #09044D;
--blue-950: #060330;
}