Royal Blue
#5B65F1
BlueColor Codes
All color formats for development
HEX
#5B65F1RGB
rgb(91, 101, 241)HSL
hsl(236, 84%, 65%)OKLCH
oklch(0.578 0.207 274.8)CMYK
cmyk(62%, 58%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C48EE
2#1E2BEB
3#1320D5
4#101BB7
5#0D1798
6#0B127A
7#080E5B
8#05093D
9#03051E
Tints
Lighter variations
1#6B74F2
2#7C84F4
3#8C93F5
4#9CA2F6
5#ADB2F8
6#BDC1F9
7#CED1FB
8#DEE0FC
9#EFF0FE
Tones
Muted variations
1#626BE9
2#6A72E2
3#7178DA
4#797FD3
5#8085CB
6#888CC4
7#8F92BC
8#9799B5
9#9E9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939A #939AF6 | BordersInactive statesPlaceholder text |
| 400 | 5B65 #5B65F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C39 #2C39ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121F #121FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E18 #0E18A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE0FC;
--royal-blue-200: #C2C6FA;
--royal-blue-300: #939AF6;
--royal-blue-400: #5B65F1;
--royal-blue-500: #2C39ED;
--royal-blue-600: #121FCE;
--royal-blue-700: #0E18A4;
--royal-blue-800: #0A1175;
--royal-blue-900: #070B4B;
--royal-blue-950: #04072F;
}