Blue
#3004DC
BlueColor Codes
All color formats for development
HEX
#3004DCRGB
rgb(48, 4, 220)HSL
hsl(252, 96%, 44%)OKLCH
oklch(0.422 0.269 272.1)CMYK
cmyk(78%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B04C6
2#2604B0
3#21039A
4#1D0384
5#18026E
6#130258
7#0E0142
8#0A012C
9#050016
Tints
Lighter variations
1#3605F8
2#4B1FFA
3#613BFB
4#7857FC
5#8E73FC
6#A58FFD
7#BBABFD
8#D2C7FE
9#E8E3FE
Tones
Muted variations
1#360FD1
2#3C1AC6
3#4325BC
4#4930B1
5#503AA6
6#56459B
7#5D5091
8#635B86
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 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A38C #A38CFD | BordersInactive statesPlaceholder text |
| 400 | 7250 #7250FB | Disabled statesSecondary iconsMuted text |
| 500 | 4A1E #4A1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3004 #3004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2604 #2604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B03 #1B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #110250 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFE;
--blue-200: #CBBEFE;
--blue-300: #A38CFD;
--blue-400: #7250FB;
--blue-500: #4A1EFA;
--blue-600: #3004DC;
--blue-700: #2604AF;
--blue-800: #1B037D;
--blue-900: #110250;
--blue-950: #0B0132;
}