Royal Blue
#4B2FE9
BlueColor Codes
All color formats for development
HEX
#4B2FE9RGB
rgb(75, 47, 233)HSL
hsl(249, 81%, 55%)OKLCH
oklch(0.483 0.256 277.6)CMYK
cmyk(68%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3718E4
2#3115CB
3#2B13B2
4#241098
5#1E0D7F
6#180B66
7#12084C
8#0C0533
9#060319
Tints
Lighter variations
1#5D44EB
2#6F59EE
3#816EF0
4#9382F2
5#A597F4
6#B7ACF6
7#C9C1F8
8#DBD5FB
9#EDEAFD
Tones
Muted variations
1#5239E0
2#5842D7
3#5F4BCD
4#6554C4
5#6C5EBB
6#7267B1
7#7970A8
8#7F7A9F
9#868396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC3 #CBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A395 #A395F4 | BordersInactive statesPlaceholder text |
| 400 | 735D #735DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4B2F #4B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3115 #3115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2711 #2711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0C #1C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #12084A | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DFFC;
--royal-blue-200: #CBC3F9;
--royal-blue-300: #A395F4;
--royal-blue-400: #735DEE;
--royal-blue-500: #4B2FE9;
--royal-blue-600: #3115CB;
--royal-blue-700: #2711A2;
--royal-blue-800: #1C0C73;
--royal-blue-900: #12084A;
--royal-blue-950: #0B052E;
}