Blue
#330AD6
BlueColor Codes
All color formats for development
HEX
#330AD6RGB
rgb(51, 10, 214)HSL
hsl(252, 91%, 44%)OKLCH
oklch(0.418 0.261 273.4)CMYK
cmyk(76%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E09C1
2#2908AB
3#240796
4#1F0681
5#19056B
6#140456
7#0F0340
8#0A022B
9#050115
Tints
Lighter variations
1#390BF2
2#4E25F5
3#6440F6
4#7B5BF7
5#9177F9
6#A792FA
7#BDADFB
8#D3C8FC
9#E9E4FE
Tones
Muted variations
1#3914CC
2#3F1FC2
3#4529B8
4#4B33AD
5#523DA3
6#584799
7#5E528F
8#645C85
9#6A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A48F #A48FFA | BordersInactive statesPlaceholder text |
| 400 | 7555 #7555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4E24 #4E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 330A #330AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2908 #2908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FE;
--blue-100: #E3DDFD;
--blue-200: #CCC0FC;
--blue-300: #A48FFA;
--blue-400: #7555F7;
--blue-500: #4E24F5;
--blue-600: #330AD6;
--blue-700: #2908AA;
--blue-800: #1D067A;
--blue-900: #13044E;
--blue-950: #0C0231;
}