Royal Blue
#3F2FE9
BlueColor Codes
All color formats for development
HEX
#3F2FE9RGB
rgb(63, 47, 233)HSL
hsl(245, 81%, 55%)OKLCH
oklch(0.475 0.259 274.1)CMYK
cmyk(73%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2918E4
2#2415CB
3#2013B2
4#1B1098
5#170D7F
6#120B66
7#0E084C
8#090533
9#050319
Tints
Lighter variations
1#5244EB
2#6559EE
3#786EF0
4#8C82F2
5#9F97F4
6#B2ACF6
7#C5C1F8
8#D9D5FB
9#ECEAFD
Tones
Muted variations
1#4739E0
2#4E42D7
3#564BCD
4#5E54C4
5#665EBB
6#6D67B1
7#7570A8
8#7D7A9F
9#858396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F4 | BordersInactive statesPlaceholder text |
| 400 | 6A5D #6A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3F2F #3F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2415 #2415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D11 #1D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150C #150C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DFFC;
--royal-blue-200: #C7C3F9;
--royal-blue-300: #9D95F4;
--royal-blue-400: #6A5DEE;
--royal-blue-500: #3F2FE9;
--royal-blue-600: #2415CB;
--royal-blue-700: #1D11A2;
--royal-blue-800: #150C73;
--royal-blue-900: #0D084A;
--royal-blue-950: #08052E;
}