Royal Blue
#545FF8
BlueColor Codes
All color formats for development
HEX
#545FF8RGB
rgb(84, 95, 248)HSL
hsl(236, 92%, 65%)OKLCH
oklch(0.57 0.225 273.7)CMYK
cmyk(66%, 62%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3441F7
2#1423F5
3#0918DF
4#0814BF
5#07119F
6#050D7F
7#040A5F
8#030740
9#010320
Tints
Lighter variations
1#656FF9
2#767FF9
3#878FFA
4#989FFB
5#A9AFFB
6#BABFFC
7#CCCFFD
8#DDDFFE
9#EEEFFE
Tones
Muted variations
1#5C66F0
2#646DE7
3#6C74DF
4#747BD7
5#7D82CF
6#8589C7
7#8D90BE
8#9598B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FE;
--royal-blue-100: #DDDFFE;
--royal-blue-200: #BFC3FC;
--royal-blue-300: #8E96FA;
--royal-blue-400: #545FF8;
--royal-blue-500: #2331F6;
--royal-blue-600: #0917D7;
--royal-blue-700: #0712AB;
--royal-blue-800: #050D7A;
--royal-blue-900: #03084E;
--royal-blue-950: #020531;
}