Blue
#3704DC
BlueColor Codes
All color formats for development
HEX
#3704DCRGB
rgb(55, 4, 220)HSL
hsl(254, 96%, 44%)OKLCH
oklch(0.426 0.268 274.2)CMYK
cmyk(75%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3104C6
2#2C04B0
3#26039A
4#210384
5#1B026E
6#160258
7#100142
8#0B012C
9#050016
Tints
Lighter variations
1#3E05F8
2#521FFA
3#683BFB
4#7D57FC
5#9373FC
6#A98FFD
7#BEABFD
8#D4C7FE
9#E9E3FE
Tones
Muted variations
1#3C0FD1
2#421AC6
3#4825BC
4#4E30B1
5#533AA6
6#59459B
7#5F5091
8#655B86
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBE #CDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68C #A68CFD | BordersInactive statesPlaceholder text |
| 400 | 7850 #7850FB | Disabled statesSecondary iconsMuted text |
| 500 | 511E #511EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3704 #3704DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C04 #2C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F03 #1F037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #140250 | 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: #E4DCFE;
--blue-200: #CDBEFE;
--blue-300: #A68CFD;
--blue-400: #7850FB;
--blue-500: #511EFA;
--blue-600: #3704DC;
--blue-700: #2C04AF;
--blue-800: #1F037D;
--blue-900: #140250;
--blue-950: #0C0132;
}