Blue
#3807DA
BlueColor Codes
All color formats for development
HEX
#3807DARGB
rgb(56, 7, 218)HSL
hsl(254, 94%, 44%)OKLCH
oklch(0.425 0.265 274.6)CMYK
cmyk(74%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3206C4
2#2D05AE
3#270598
4#220483
5#1C036D
6#160357
7#110241
8#0B012C
9#060116
Tints
Lighter variations
1#3F08F5
2#5321F8
3#693DF9
4#7E59FA
5#9474FB
6#A990FC
7#BFACFC
8#D4C8FD
9#EAE3FE
Tones
Muted variations
1#3E11CF
2#431CC5
3#4926BA
4#4E31AF
5#543BA5
6#5A469A
7#5F5190
8#655B85
9#6B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFB | BordersInactive statesPlaceholder text |
| 400 | 7952 #7952FA | Disabled statesSecondary iconsMuted text |
| 500 | 5320 #5320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3807 #3807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D05 #2D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #14024F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E4DCFE;
--blue-200: #CDBFFD;
--blue-300: #A78DFB;
--blue-400: #7952FA;
--blue-500: #5320F8;
--blue-600: #3807DA;
--blue-700: #2D05AD;
--blue-800: #20047C;
--blue-900: #14024F;
--blue-950: #0D0231;
}