Blue
#3304DC
BlueColor Codes
All color formats for development
HEX
#3304DCRGB
rgb(51, 4, 220)HSL
hsl(253, 96%, 44%)OKLCH
oklch(0.424 0.269 273)CMYK
cmyk(77%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E04C6
2#2904B0
3#24039A
4#1F0384
5#1A026E
6#140258
7#0F0142
8#0A012C
9#050016
Tints
Lighter variations
1#3A05F8
2#4F1FFA
3#653BFB
4#7B57FC
5#9173FC
6#A78FFD
7#BDABFD
8#D3C7FE
9#E9E3FE
Tones
Muted variations
1#390FD1
2#3F1AC6
3#4525BC
4#4C30B1
5#523AA6
6#58459B
7#5E5091
8#645B86
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48C #A48CFD | BordersInactive statesPlaceholder text |
| 400 | 7550 #7550FB | Disabled statesSecondary iconsMuted text |
| 500 | 4E1E #4E1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3304 #3304DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2904 #2904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D03 #1D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #130250 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFE;
--blue-200: #CCBEFE;
--blue-300: #A48CFD;
--blue-400: #7550FB;
--blue-500: #4E1EFA;
--blue-600: #3304DC;
--blue-700: #2904AF;
--blue-800: #1D037D;
--blue-900: #130250;
--blue-950: #0C0132;
}