Blue
#3406DB
BlueColor Codes
All color formats for development
HEX
#3406DBRGB
rgb(52, 6, 219)HSL
hsl(253, 95%, 44%)OKLCH
oklch(0.424 0.267 273.3)CMYK
cmyk(76%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F05C5
2#2904AF
3#240499
4#1F0383
5#1A036D
6#150258
7#100242
8#0A012C
9#050116
Tints
Lighter variations
1#3A06F7
2#4F20F9
3#653CFA
4#7B58FB
5#9174FB
6#A790FC
7#BDABFD
8#D3C7FE
9#E9E3FE
Tones
Muted variations
1#3A10D0
2#401BC5
3#4626BB
4#4C30B0
5#523BA5
6#58469B
7#5E5090
8#645B86
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 | CCBE #CCBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58D #A58DFC | BordersInactive statesPlaceholder text |
| 400 | 7651 #7651FB | Disabled statesSecondary iconsMuted text |
| 500 | 4E1F #4E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3406 #3406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2904 #2904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D03 #1D037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #130250 | 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: #CCBEFD;
--blue-300: #A58DFC;
--blue-400: #7651FB;
--blue-500: #4E1FF9;
--blue-600: #3406DB;
--blue-700: #2904AE;
--blue-800: #1D037C;
--blue-900: #130250;
--blue-950: #0C0132;
}