Royal Blue
#6D50FB
BlueColor Codes
All color formats for development
HEX
#6D50FBRGB
rgb(109, 80, 251)HSL
hsl(250, 96%, 65%)OKLCH
oklch(0.566 0.24 283.4)CMYK
cmyk(57%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5130FB
2#360FFA
3#2A05E3
4#2404C3
5#1E03A2
6#180382
7#120261
8#0C0141
9#060120
Tints
Lighter variations
1#7B62FC
2#8A73FC
3#9985FD
4#A796FD
5#B6A8FD
6#C4B9FE
7#D3CBFE
8#E2DCFE
9#F0EEFF
Tones
Muted variations
1#7259F3
2#7861EA
3#7E6AE2
4#8372D9
5#897BD1
6#8F83C8
7#958CBF
8#9A95B7
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BE #C9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8C #9F8CFD | BordersInactive statesPlaceholder text |
| 400 | 6D50 #6D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 431E #431EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2804 #2804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2004 #2004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1703 #17037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FF;
--royal-blue-100: #E2DCFE;
--royal-blue-200: #C9BEFE;
--royal-blue-300: #9F8CFD;
--royal-blue-400: #6D50FB;
--royal-blue-500: #431EFA;
--royal-blue-600: #2804DC;
--royal-blue-700: #2004AF;
--royal-blue-800: #17037D;
--royal-blue-900: #0F0250;
--royal-blue-950: #090132;
}