Blue
#3A0AD6
BlueColor Codes
All color formats for development
HEX
#3A0AD6RGB
rgb(58, 10, 214)HSL
hsl(254, 91%, 44%)OKLCH
oklch(0.423 0.259 275.6)CMYK
cmyk(73%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3409C1
2#2E08AB
3#280796
4#230681
5#1D056B
6#170456
7#110340
8#0C022B
9#060115
Tints
Lighter variations
1#410BF2
2#5525F5
3#6B40F6
4#805BF7
5#9577F9
6#AA92FA
7#BFADFB
8#D5C8FC
9#EAE4FE
Tones
Muted variations
1#3F14CC
2#451FC2
3#4A29B8
4#5033AD
5#553DA3
6#5A4799
7#60528F
8#655C85
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88F #A88FFA | BordersInactive statesPlaceholder text |
| 400 | 7A55 #7A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5524 #5524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0A #3A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E08 #2E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #21067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FE;
--blue-100: #E4DDFD;
--blue-200: #CEC0FC;
--blue-300: #A88FFA;
--blue-400: #7A55F7;
--blue-500: #5524F5;
--blue-600: #3A0AD6;
--blue-700: #2E08AA;
--blue-800: #21067A;
--blue-900: #15044E;
--blue-950: #0D0231;
}