Royal Blue
#634FFC
BlueColor Codes
All color formats for development
HEX
#634FFCRGB
rgb(99, 79, 252)HSL
hsl(247, 97%, 65%)OKLCH
oklch(0.558 0.244 280.2)CMYK
cmyk(61%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#462FFC
2#2A0EFB
3#1E03E5
4#1903C4
5#1502A3
6#110283
7#0D0162
8#080141
9#040021
Tints
Lighter variations
1#7361FD
2#8372FD
3#9284FD
4#A296FD
5#B1A7FE
6#C1B9FE
7#D0CAFE
8#E0DCFE
9#EFEDFF
Tones
Muted variations
1#6A58F4
2#7160EB
3#7769E2
4#7E72DA
5#857AD1
6#8B83C8
7#928CC0
8#9894B7
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BE #C5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 998B #998BFD | BordersInactive statesPlaceholder text |
| 400 | 634F #634FFC | Disabled statesSecondary iconsMuted text |
| 500 | 371D #371DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D03 #1D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1703 #1703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1002 #10027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A01 #0A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0701 #070132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FF;
--royal-blue-100: #E0DCFE;
--royal-blue-200: #C5BEFE;
--royal-blue-300: #998BFD;
--royal-blue-400: #634FFC;
--royal-blue-500: #371DFC;
--royal-blue-600: #1D03DD;
--royal-blue-700: #1703B0;
--royal-blue-800: #10027E;
--royal-blue-900: #0A0150;
--royal-blue-950: #070132;
}