Blue
#341AFF
BlueColor Codes
All color formats for development
HEX
#341AFFRGB
rgb(52, 26, 255)HSL
hsl(247, 100%, 55%)OKLCH
oklch(0.477 0.297 270.7)CMYK
cmyk(80%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D00FC
2#1A00E0
3#1700C4
4#1400A8
5#10008C
6#0D0070
7#0A0054
8#070038
9#03001C
Tints
Lighter variations
1#4930FF
2#5D47FF
3#715EFF
4#8575FF
5#9A8CFF
6#AEA3FF
7#C2BAFF
8#D6D1FF
9#EBE8FF
Tones
Muted variations
1#3D25F4
2#4630E8
3#4F3CDD
4#5747D1
5#6053C6
6#695EBA
7#726AAF
8#7B75A3
9#838198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDBFF;
--blue-200: #C4BDFF;
--blue-300: #978AFF;
--blue-400: #614DFF;
--blue-500: #341AFF;
--blue-600: #1A00E0;
--blue-700: #1500B3;
--blue-800: #0F0080;
--blue-900: #0A0052;
--blue-950: #060033;
}