Royal Blue
#6264EA
BlueColor Codes
All color formats for development
HEX
#6264EARGB
rgb(98, 100, 234)HSL
hsl(239, 76%, 65%)OKLCH
oklch(0.576 0.198 277.6)CMYK
cmyk(58%, 57%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4547E6
2#282BE2
3#1C1FCC
4#181AAF
5#141692
6#101275
7#0C0D58
8#08093A
9#04041D
Tints
Lighter variations
1#7274EC
2#8183EE
3#9193F0
4#A1A2F2
5#B0B2F4
6#C0C1F6
7#D0D1F9
8#E0E0FB
9#EFF0FD
Tones
Muted variations
1#696BE3
2#6F71DC
3#7678D5
4#7D7ECE
5#8485C8
6#8B8CC1
7#9192BA
8#9899B3
9#9F9FAD
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 | 9899 #9899F1 | BordersInactive statesPlaceholder text |
| 400 | 6264 #6264EA | Disabled statesSecondary iconsMuted text |
| 500 | 3538 #3538E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1E #1B1EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1518 #15189D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F11 #0F1170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0B #0A0B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | 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: #9899F1;
--royal-blue-400: #6264EA;
--royal-blue-500: #3538E3;
--royal-blue-600: #1B1EC5;
--royal-blue-700: #15189D;
--royal-blue-800: #0F1170;
--royal-blue-900: #0A0B48;
--royal-blue-950: #06072D;
}