Royal Blue
#6251FB
BlueColor Codes
All color formats for development
HEX
#6251FBRGB
rgb(98, 81, 251)HSL
hsl(246, 96%, 65%)OKLCH
oklch(0.559 0.241 279.7)CMYK
cmyk(61%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4430FB
2#270FFA
3#1B05E3
4#1704C3
5#1303A2
6#0F0382
7#0C0261
8#080141
9#040120
Tints
Lighter variations
1#7162FC
2#8173FC
3#9185FD
4#A096FD
5#B0A8FD
6#C0B9FE
7#D0CBFE
8#DFDCFE
9#EFEEFF
Tones
Muted variations
1#6859F3
2#6F61EA
3#766AE2
4#7D72D9
5#837BD1
6#8A83C8
7#918CBF
8#9895B7
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978C #978CFD | BordersInactive statesPlaceholder text |
| 400 | 6150 #6150FB | Disabled statesSecondary iconsMuted text |
| 500 | 341E #341EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A04 #1A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1504 #1504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F03 #0F037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #090250 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DFDCFE;
--royal-blue-200: #C4BEFE;
--royal-blue-300: #978CFD;
--royal-blue-400: #6150FB;
--royal-blue-500: #341EFA;
--royal-blue-600: #1A04DC;
--royal-blue-700: #1504AF;
--royal-blue-800: #0F037D;
--royal-blue-900: #090250;
--royal-blue-950: #060132;
}