Royal Blue
#452FE9
BlueColor Codes
All color formats for development
HEX
#452FE9RGB
rgb(69, 47, 233)HSL
hsl(247, 81%, 55%)OKLCH
oklch(0.479 0.258 275.8)CMYK
cmyk(70%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3018E4
2#2B15CB
3#2513B2
4#201098
5#1B0D7F
6#150B66
7#10084C
8#0B0533
9#050319
Tints
Lighter variations
1#5844EB
2#6A59EE
3#7D6EF0
4#8F82F2
5#A297F4
6#B5ACF6
7#C7C1F8
8#DAD5FB
9#ECEAFD
Tones
Muted variations
1#4C39E0
2#5342D7
3#5A4BCD
4#6154C4
5#695EBB
6#7067B1
7#7770A8
8#7E7A9F
9#858396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 452F #452FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B15 #2B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2211 #2211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180C #180C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F084A | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DFFC;
--royal-blue-200: #C9C3F9;
--royal-blue-300: #A095F4;
--royal-blue-400: #6E5DEE;
--royal-blue-500: #452FE9;
--royal-blue-600: #2B15CB;
--royal-blue-700: #2211A2;
--royal-blue-800: #180C73;
--royal-blue-900: #0F084A;
--royal-blue-950: #0A052E;
}