Royal Blue
#5454F8
BlueColor Codes
All color formats for development
HEX
#5454F8RGB
rgb(84, 84, 248)HSL
hsl(240, 92%, 65%)OKLCH
oklch(0.552 0.237 275.3)CMYK
cmyk(66%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3434F7
2#1414F5
3#0909DF
4#0808BF
5#07079F
6#05057F
7#04045F
8#030340
9#010120
Tints
Lighter variations
1#6565F9
2#7676F9
3#8787FA
4#9898FB
5#A9A9FB
6#BABAFC
7#CCCCFD
8#DDDDFE
9#EEEEFE
Tones
Muted variations
1#5C5CF0
2#6464E7
3#6C6CDF
4#7474D7
5#7D7DCF
6#8585C7
7#8D8DBE
8#9595B6
9#9E9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFA | BordersInactive statesPlaceholder text |
| 400 | 5454 #5454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2323 #2323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0909 #0909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0707 #0707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0505 #05057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F0FE;
--royal-blue-100: #DDDDFE;
--royal-blue-200: #BFBFFC;
--royal-blue-300: #8E8EFA;
--royal-blue-400: #5454F8;
--royal-blue-500: #2323F6;
--royal-blue-600: #0909D7;
--royal-blue-700: #0707AB;
--royal-blue-800: #05057A;
--royal-blue-900: #03034E;
--royal-blue-950: #020231;
}