Royal Blue
#6363E9
BlueColor Codes
All color formats for development
HEX
#6363E9RGB
rgb(99, 99, 233)HSL
hsl(240, 75%, 65%)OKLCH
oklch(0.574 0.197 278.2)CMYK
cmyk(58%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4646E5
2#2929E0
3#1D1DCB
4#1919AE
5#151591
6#111174
7#0C0C57
8#08083A
9#04041D
Tints
Lighter variations
1#7272EB
2#8282ED
3#9292EF
4#A1A1F2
5#B1B1F4
6#C1C1F6
7#D0D0F8
8#E0E0FB
9#EFEFFD
Tones
Muted variations
1#6A6AE2
2#7070DB
3#7777D5
4#7E7ECE
5#8484C7
6#8B8BC1
7#9292BA
8#9898B3
9#9F9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E0E0FB;
--royal-blue-200: #C5C5F7;
--royal-blue-300: #9898F0;
--royal-blue-400: #6363E9;
--royal-blue-500: #3636E2;
--royal-blue-600: #1C1CC4;
--royal-blue-700: #16169C;
--royal-blue-800: #101070;
--royal-blue-900: #0A0A47;
--royal-blue-950: #06062D;
}