Royal Blue
#6F62EA
BlueColor Codes
All color formats for development
HEX
#6F62EARGB
rgb(111, 98, 234)HSL
hsl(246, 76%, 65%)OKLCH
oklch(0.582 0.198 282.7)CMYK
cmyk(53%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5545E6
2#3A28E2
3#2D1CCC
4#2718AF
5#201492
6#1A1075
7#130C58
8#0D083A
9#06041D
Tints
Lighter variations
1#7E72EC
2#8C81EE
3#9B91F0
4#A9A1F2
5#B7B0F4
6#C6C0F6
7#D4D0F9
8#E2E0FB
9#F1EFFD
Tones
Muted variations
1#7569E3
2#7A6FDC
3#8076D5
4#857DCE
5#8B84C8
6#908BC1
7#9591BA
8#9B98B3
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E2E0FB;
--royal-blue-200: #CAC5F7;
--royal-blue-300: #A198F1;
--royal-blue-400: #6F62EA;
--royal-blue-500: #4635E3;
--royal-blue-600: #2C1BC5;
--royal-blue-700: #23159D;
--royal-blue-800: #190F70;
--royal-blue-900: #100A48;
--royal-blue-950: #0A062D;
}