Royal Blue
#614DFF
BlueColor Codes
All color formats for development
HEX
#614DFFRGB
rgb(97, 77, 255)HSL
hsl(247, 100%, 65%)OKLCH
oklch(0.557 0.25 279.6)CMYK
cmyk(62%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#442BFF
2#270AFF
3#1B00E8
4#1700C7
5#1300A6
6#0F0085
7#0C0063
8#080042
9#040021
Tints
Lighter variations
1#715EFF
2#8170FF
3#9182FF
4#A094FF
5#B0A6FF
6#C0B8FF
7#D0C9FF
8#DFDBFF
9#EFEDFF
Tones
Muted variations
1#6855F6
2#6F5EED
3#7667E4
4#7D70DB
5#8479D2
6#8A82C9
7#918BC1
8#9894B8
9#9F9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DFDBFF;
--royal-blue-200: #C4BDFF;
--royal-blue-300: #978AFF;
--royal-blue-400: #614DFF;
--royal-blue-500: #341AFF;
--royal-blue-600: #1A00E0;
--royal-blue-700: #1500B3;
--royal-blue-800: #0F0080;
--royal-blue-900: #0A0052;
--royal-blue-950: #060033;
}