Blue
#441AFF
BlueColor Codes
All color formats for development
HEX
#441AFFRGB
rgb(68, 26, 255)HSL
hsl(251, 100%, 55%)OKLCH
oklch(0.486 0.293 274.6)CMYK
cmyk(73%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E00FC
2#2900E0
3#2400C4
4#1F00A8
5#1A008C
6#150070
7#0F0054
8#0A0038
9#05001C
Tints
Lighter variations
1#5630FF
2#6947FF
3#7C5EFF
4#8F75FF
5#A18CFF
6#B4A3FF
7#C7BAFF
8#DAD1FF
9#ECE8FF
Tones
Muted variations
1#4B25F4
2#5230E8
3#593CDD
4#6147D1
5#6853C6
6#6F5EBA
7#766AAF
8#7E75A3
9#858198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BD #C9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8A #9F8AFF | BordersInactive statesPlaceholder text |
| 400 | 6D4D #6D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 441A #441AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2900 #2900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2100 #2100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1700 #170080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F00 #0F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E2DBFF;
--blue-200: #C9BDFF;
--blue-300: #9F8AFF;
--blue-400: #6D4DFF;
--blue-500: #441AFF;
--blue-600: #2900E0;
--blue-700: #2100B3;
--blue-800: #170080;
--blue-900: #0F0052;
--blue-950: #090033;
}