Blue
#491CFD
BlueColor Codes
All color formats for development
HEX
#491CFDRGB
rgb(73, 28, 253)HSL
hsl(252, 98%, 55%)OKLCH
oklch(0.488 0.289 276.1)CMYK
cmyk(71%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3403FA
2#2E02DE
3#2802C2
4#2302A7
5#1D018B
6#17016F
7#110153
8#0C0138
9#06001C
Tints
Lighter variations
1#5B33FD
2#6D49FD
3#7F60FD
4#9277FE
5#A48DFE
6#B6A4FE
7#C8BBFE
8#DBD2FF
9#EDE8FF
Tones
Muted variations
1#5027F1
2#5632E6
3#5D3EDB
4#6449D0
5#6B54C4
6#715FB9
7#786BAE
8#7F76A3
9#868197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFE | BordersInactive statesPlaceholder text |
| 400 | 714E #714EFD | Disabled statesSecondary iconsMuted text |
| 500 | 491C #491CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E02 #2E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2502 #2502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A01 #1A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFF;
--blue-200: #CABDFE;
--blue-300: #A28BFE;
--blue-400: #714EFD;
--blue-500: #491CFD;
--blue-600: #2E02DE;
--blue-700: #2502B1;
--blue-800: #1A017E;
--blue-900: #110151;
--blue-950: #0B0132;
}