Blue
#291AFF
BlueColor Codes
All color formats for development
HEX
#291AFFRGB
rgb(41, 26, 255)HSL
hsl(244, 100%, 55%)OKLCH
oklch(0.472 0.299 268.5)CMYK
cmyk(84%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1100FC
2#0F00E0
3#0D00C4
4#0B00A8
5#09008C
6#070070
7#060054
8#040038
9#02001C
Tints
Lighter variations
1#3E30FF
2#5447FF
3#695EFF
4#7E75FF
5#948CFF
6#A9A3FF
7#BFBAFF
8#D4D1FF
9#EAE8FF
Tones
Muted variations
1#3325F4
2#3D30E8
3#473CDD
4#5147D1
5#5B53C6
6#645EBA
7#6E6AAF
8#7875A3
9#828198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DEDBFF;
--blue-200: #C1BDFF;
--blue-300: #928AFF;
--blue-400: #584DFF;
--blue-500: #291AFF;
--blue-600: #0F00E0;
--blue-700: #0C00B3;
--blue-800: #080080;
--blue-900: #050052;
--blue-950: #030033;
}