Blue
#3411D0
BlueColor Codes
All color formats for development
HEX
#3411D0RGB
rgb(52, 17, 208)HSL
hsl(251, 85%, 44%)OKLCH
oklch(0.415 0.252 274.1)CMYK
cmyk(75%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0FBB
2#290DA6
3#240C91
4#1F0A7D
5#1A0868
6#150753
7#10053E
8#0A032A
9#050215
Tints
Lighter variations
1#3A13EA
2#4F2CEE
3#6546F0
4#7B60F2
5#917BF4
6#A795F6
7#BDB0F9
8#D3CAFB
9#E9E5FD
Tones
Muted variations
1#3A1AC6
2#4024BC
3#462DB3
4#4C37A9
5#5241A0
6#584A96
7#5E548D
8#645D83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A592 #A592F6 | BordersInactive statesPlaceholder text |
| 400 | 765A #765AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4E2B #4E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3411 #3411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 290D #290DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0A #1D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1306 #13064B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E4DEFC;
--blue-200: #CCC2FA;
--blue-300: #A592F6;
--blue-400: #765AF2;
--blue-500: #4E2BEE;
--blue-600: #3411D0;
--blue-700: #290DA5;
--blue-800: #1D0A76;
--blue-900: #13064B;
--blue-950: #0C042F;
}