Blue
#341EFA
BlueColor Codes
All color formats for development
HEX
#341EFARGB
rgb(52, 30, 250)HSL
hsl(246, 96%, 55%)OKLCH
oklch(0.474 0.29 270.9)CMYK
cmyk(79%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D05F7
2#1A04DC
3#1704C0
4#1403A5
5#100389
6#0D026E
7#0A0252
8#070137
9#03011B
Tints
Lighter variations
1#4835FB
2#5D4BFB
3#7162FC
4#8578FC
5#9A8FFD
6#AEA5FD
7#C2BCFE
8#D6D2FE
9#EBE9FF
Tones
Muted variations
1#3D29EF
2#4634E4
3#4F3FD9
4#574ACE
5#6055C3
6#6960B8
7#726BAD
8#7B76A2
9#838197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978C #978CFD | BordersInactive statesPlaceholder text |
| 400 | 6150 #6150FB | Disabled statesSecondary iconsMuted text |
| 500 | 341E #341EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A04 #1A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #090250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C4BEFE;
--blue-300: #978CFD;
--blue-400: #6150FB;
--blue-500: #341EFA;
--blue-600: #1A04DC;
--blue-700: #1504AF;
--blue-800: #0F037D;
--blue-900: #090250;
--blue-950: #060132;
}