Blue
#301EFA
BlueColor Codes
All color formats for development
HEX
#301EFARGB
rgb(48, 30, 250)HSL
hsl(245, 96%, 55%)OKLCH
oklch(0.472 0.291 270)CMYK
cmyk(81%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1905F7
2#1604DC
3#1404C0
4#1103A5
5#0E0389
6#0B026E
7#080252
8#060137
9#03011B
Tints
Lighter variations
1#4535FB
2#5A4BFB
3#6E62FC
4#8378FC
5#988FFD
6#ACA5FD
7#C1BCFE
8#D6D2FE
9#EAE9FF
Tones
Muted variations
1#3A29EF
2#4334E4
3#4C3FD9
4#554ACE
5#5E55C3
6#6860B8
7#716BAD
8#7A76A2
9#838197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958C #958CFD | BordersInactive statesPlaceholder text |
| 400 | 5E50 #5E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 301E #301EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1604 #1604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1204 #1204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D03 #0D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #080250 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FF;
--blue-100: #DFDCFE;
--blue-200: #C3BEFE;
--blue-300: #958CFD;
--blue-400: #5E50FB;
--blue-500: #301EFA;
--blue-600: #1604DC;
--blue-700: #1204AF;
--blue-800: #0D037D;
--blue-900: #080250;
--blue-950: #050132;
}