Blue
#3407DA
BlueColor Codes
All color formats for development
HEX
#3407DARGB
rgb(52, 7, 218)HSL
hsl(253, 94%, 44%)OKLCH
oklch(0.423 0.266 273.4)CMYK
cmyk(76%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F06C4
2#2A05AE
3#250598
4#1F0483
5#1A036D
6#150357
7#100241
8#0A012C
9#050116
Tints
Lighter variations
1#3B08F5
2#5021F8
3#663DF9
4#7C59FA
5#9274FB
6#A790FC
7#BDACFC
8#D3C8FD
9#E9E3FE
Tones
Muted variations
1#3A11CF
2#401CC5
3#4626BA
4#4C31AF
5#523BA5
6#58469A
7#5E5190
8#645B85
9#6A667B
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 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58D #A58DFB | BordersInactive statesPlaceholder text |
| 400 | 7652 #7652FA | Disabled statesSecondary iconsMuted text |
| 500 | 4F20 #4F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3407 #3407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A05 #2A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #13024F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E4DCFE;
--blue-200: #CCBFFD;
--blue-300: #A58DFB;
--blue-400: #7652FA;
--blue-500: #4F20F8;
--blue-600: #3407DA;
--blue-700: #2A05AD;
--blue-800: #1E047C;
--blue-900: #13024F;
--blue-950: #0C0231;
}