Blue
#491DFC
BlueColor Codes
All color formats for development
HEX
#491DFCRGB
rgb(73, 29, 252)HSL
hsl(252, 97%, 55%)OKLCH
oklch(0.488 0.287 276.1)CMYK
cmyk(71%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3504F9
2#2F03DD
3#2903C1
4#2303A6
5#1D028A
6#17026F
7#120153
8#0C0137
9#06001C
Tints
Lighter variations
1#5C34FC
2#6E4AFC
3#8061FD
4#9277FD
5#A48EFD
6#B6A5FE
7#C9BBFE
8#DBD2FE
9#EDE8FF
Tones
Muted variations
1#5028F0
2#5733E5
3#5E3EDA
4#6449CF
5#6B55C4
6#7260B9
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 #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFD | BordersInactive statesPlaceholder text |
| 400 | 724F #724FFC | Disabled statesSecondary iconsMuted text |
| 500 | 491D #491DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F03 #2F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2503 #2503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B02 #1B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110150 | 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: #E3DCFE;
--blue-200: #CBBEFE;
--blue-300: #A28BFD;
--blue-400: #724FFC;
--blue-500: #491DFC;
--blue-600: #2F03DD;
--blue-700: #2503B0;
--blue-800: #1B027E;
--blue-900: #110150;
--blue-950: #0B0132;
}