Royal Blue
#5F55F7
BlueColor Codes
All color formats for development
HEX
#5F55F7RGB
rgb(95, 85, 247)HSL
hsl(244, 91%, 65%)OKLCH
oklch(0.56 0.232 278.5)CMYK
cmyk(62%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4235F5
2#2415F4
3#190ADE
4#1509BE
5#12079E
6#0E067F
7#0B045F
8#07033F
9#040120
Tints
Lighter variations
1#6F66F8
2#7F77F9
3#8F88F9
4#9F99FA
5#AFAAFB
6#BFBBFC
7#CFCCFD
8#DFDDFD
9#EFEEFE
Tones
Muted variations
1#665DEF
2#6D65E7
3#746DDF
4#7C75D6
5#837DCE
6#8A85C6
7#918DBE
8#9896B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FE;
--royal-blue-100: #DFDDFD;
--royal-blue-200: #C4C0FC;
--royal-blue-300: #968FFA;
--royal-blue-400: #5F55F7;
--royal-blue-500: #3224F5;
--royal-blue-600: #180AD6;
--royal-blue-700: #1308AA;
--royal-blue-800: #0D067A;
--royal-blue-900: #09044E;
--royal-blue-950: #050231;
}