Blue
#3706DB
BlueColor Codes
All color formats for development
HEX
#3706DBRGB
rgb(55, 6, 219)HSL
hsl(254, 95%, 44%)OKLCH
oklch(0.426 0.266 274.2)CMYK
cmyk(75%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3205C5
2#2C04AF
3#270499
4#210383
5#1C036D
6#160258
7#110242
8#0B012C
9#060116
Tints
Lighter variations
1#3E06F7
2#5320F9
3#683CFA
4#7E58FB
5#9374FB
6#A990FC
7#BEABFD
8#D4C7FE
9#E9E3FE
Tones
Muted variations
1#3D10D0
2#431BC5
3#4826BB
4#4E30B0
5#543BA5
6#59469B
7#5F5090
8#655B86
9#6B667B
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 #CDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFC | BordersInactive statesPlaceholder text |
| 400 | 7951 #7951FB | Disabled statesSecondary iconsMuted text |
| 500 | 521F #521FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3706 #3706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C04 #2C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F03 #1F037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #140250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E4DCFE;
--blue-200: #CDBEFD;
--blue-300: #A78DFC;
--blue-400: #7951FB;
--blue-500: #521FF9;
--blue-600: #3706DB;
--blue-700: #2C04AE;
--blue-800: #1F037C;
--blue-900: #140250;
--blue-950: #0D0132;
}