Royal Blue
#5D67EE
BlueColor Codes
All color formats for development
HEX
#5D67EERGB
rgb(93, 103, 238)HSL
hsl(236, 81%, 65%)OKLCH
oklch(0.581 0.2 275.1)CMYK
cmyk(61%, 57%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4BEB
2#212FE8
3#1623D2
4#131EB4
5#101996
6#0D1478
7#090F5A
8#060A3C
9#03051E
Tints
Lighter variations
1#6E76F0
2#7E85F1
3#8E95F3
4#9EA4F5
5#AEB3F7
6#BEC2F8
7#CFD1FA
8#DFE1FC
9#EFF0FD
Tones
Muted variations
1#656DE7
2#6C74E0
3#737AD8
4#7A80D1
5#8286CA
6#898DC3
7#9093BB
8#9799B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959B #959BF4 | BordersInactive statesPlaceholder text |
| 400 | 5D67 #5D67EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F3C #2F3CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1521 #1521CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 111B #111BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C13 #0C1373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080C #080C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DFE1FC;
--royal-blue-200: #C3C7F9;
--royal-blue-300: #959BF4;
--royal-blue-400: #5D67EE;
--royal-blue-500: #2F3CE9;
--royal-blue-600: #1521CB;
--royal-blue-700: #111BA2;
--royal-blue-800: #0C1373;
--royal-blue-900: #080C4A;
--royal-blue-950: #05082E;
}