Blue
#3A0BD5
BlueColor Codes
All color formats for development
HEX
#3A0BD5RGB
rgb(58, 11, 213)HSL
hsl(254, 90%, 44%)OKLCH
oklch(0.422 0.258 275.7)CMYK
cmyk(73%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350AC0
2#2F09AB
3#290895
4#230780
5#1D066B
6#170455
7#120340
8#0C022B
9#060115
Tints
Lighter variations
1#420DF0
2#5626F4
3#6B41F5
4#805CF6
5#9577F8
6#AA92F9
7#C0AEFB
8#D5C9FC
9#EAE4FE
Tones
Muted variations
1#4015CB
2#451FC1
3#4B2AB7
4#5034AD
5#553EA3
6#5B4899
7#60528E
8#655C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A890 #A890F9 | BordersInactive statesPlaceholder text |
| 400 | 7B55 #7B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5525 #5525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0B #3A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E09 #2E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #210679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E5DDFD;
--blue-200: #CEC0FC;
--blue-300: #A890F9;
--blue-400: #7B55F6;
--blue-500: #5525F4;
--blue-600: #3A0BD5;
--blue-700: #2E09AA;
--blue-800: #210679;
--blue-900: #15044E;
--blue-950: #0D0330;
}