Blue
#471AFF
BlueColor Codes
All color formats for development
HEX
#471AFFRGB
rgb(71, 26, 255)HSL
hsl(252, 100%, 55%)OKLCH
oklch(0.488 0.292 275.4)CMYK
cmyk(72%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3200FC
2#2D00E0
3#2700C4
4#2200A8
5#1C008C
6#160070
7#110054
8#0B0038
9#06001C
Tints
Lighter variations
1#5A30FF
2#6C47FF
3#7E5EFF
4#9175FF
5#A38CFF
6#B6A3FF
7#C8BAFF
8#DAD1FF
9#EDE8FF
Tones
Muted variations
1#4E25F4
2#5530E8
3#5C3CDD
4#6347D1
5#6A53C6
6#715EBA
7#786AAF
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 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E2DBFF;
--blue-200: #CABDFF;
--blue-300: #A18AFF;
--blue-400: #704DFF;
--blue-500: #471AFF;
--blue-600: #2D00E0;
--blue-700: #2400B3;
--blue-800: #1A0080;
--blue-900: #100052;
--blue-950: #0A0033;
}