Royal Blue
#6262EA
BlueColor Codes
All color formats for development
HEX
#6262EARGB
rgb(98, 98, 234)HSL
hsl(240, 76%, 65%)OKLCH
oklch(0.573 0.2 278)CMYK
cmyk(58%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4545E6
2#2828E2
3#1C1CCC
4#1818AF
5#141492
6#101075
7#0C0C58
8#08083A
9#04041D
Tints
Lighter variations
1#7272EC
2#8181EE
3#9191F0
4#A1A1F2
5#B0B0F4
6#C0C0F6
7#D0D0F9
8#E0E0FB
9#EFEFFD
Tones
Muted variations
1#6969E3
2#6F6FDC
3#7676D5
4#7D7DCE
5#8484C8
6#8B8BC1
7#9191BA
8#9898B3
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 | 9898 #9898F1 | BordersInactive statesPlaceholder text |
| 400 | 6262 #6262EA | Disabled statesSecondary iconsMuted text |
| 500 | 3535 #3535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1B #1B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A48 | 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: #9898F1;
--royal-blue-400: #6262EA;
--royal-blue-500: #3535E3;
--royal-blue-600: #1B1BC5;
--royal-blue-700: #15159D;
--royal-blue-800: #0F0F70;
--royal-blue-900: #0A0A48;
--royal-blue-950: #06062D;
}