Blue
#4D1CFD
BlueColor Codes
All color formats for development
HEX
#4D1CFDRGB
rgb(77, 28, 253)HSL
hsl(253, 98%, 55%)OKLCH
oklch(0.491 0.288 277.2)CMYK
cmyk(70%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3803FA
2#3202DE
3#2C02C2
4#2502A7
5#1F018B
6#19016F
7#130153
8#0C0138
9#06001C
Tints
Lighter variations
1#5E33FD
2#7049FD
3#8260FD
4#9477FE
5#A68DFE
6#B8A4FE
7#C9BBFE
8#DBD2FF
9#EDE8FF
Tones
Muted variations
1#5327F1
2#5932E6
3#603EDB
4#6649D0
5#6C54C4
6#735FB9
7#796BAE
8#8076A3
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 | CBBD #CBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFE | BordersInactive statesPlaceholder text |
| 400 | 744E #744EFD | Disabled statesSecondary iconsMuted text |
| 500 | 4D1C #4D1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3202 #3202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2802 #2802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C01 #1C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120151 | 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: #CBBDFE;
--blue-300: #A48BFE;
--blue-400: #744EFD;
--blue-500: #4D1CFD;
--blue-600: #3202DE;
--blue-700: #2802B1;
--blue-800: #1C017E;
--blue-900: #120151;
--blue-950: #0B0132;
}