Blue
#4F1AFF
BlueColor Codes
All color formats for development
HEX
#4F1AFFRGB
rgb(79, 26, 255)HSL
hsl(254, 100%, 55%)OKLCH
oklch(0.494 0.29 277.7)CMYK
cmyk(69%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B00FC
2#3400E0
3#2E00C4
4#2700A8
5#21008C
6#1A0070
7#140054
8#0D0038
9#07001C
Tints
Lighter variations
1#6130FF
2#7247FF
3#845EFF
4#9575FF
5#A78CFF
6#B9A3FF
7#CABAFF
8#DCD1FF
9#EDE8FF
Tones
Muted variations
1#5525F4
2#5B30E8
3#613CDD
4#6847D1
5#6E53C6
6#745EBA
7#7A6AAF
8#8075A3
9#868198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBD #CCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A58A #A58AFF | BordersInactive statesPlaceholder text |
| 400 | 764D #764DFF | Disabled statesSecondary iconsMuted text |
| 500 | 4F1A #4F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3400 #3400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A00 #2A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E00 #1E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1300 #130052 | Primary textHigh emphasis contentDark headings |
| 950 | 0C00 #0C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E4DBFF;
--blue-200: #CCBDFF;
--blue-300: #A58AFF;
--blue-400: #764DFF;
--blue-500: #4F1AFF;
--blue-600: #3400E0;
--blue-700: #2A00B3;
--blue-800: #1E0080;
--blue-900: #130052;
--blue-950: #0C0033;
}