Royal Blue
#6392E9
BlueColor Codes
All color formats for development
HEX
#6392E9RGB
rgb(99, 146, 233)HSL
hsl(219, 75%, 65%)OKLCH
oklch(0.666 0.14 261.8)CMYK
cmyk(58%, 37%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#467DE5
2#2969E0
3#1D5ACB
4#194DAE
5#154091
6#113374
7#0C2757
8#081A3A
9#040D1D
Tints
Lighter variations
1#729DEB
2#82A8ED
3#92B2EF
4#A1BDF2
5#B1C8F4
6#C1D3F6
7#D0DEF8
8#E0E9FB
9#EFF4FD
Tones
Muted variations
1#6A94E2
2#7096DB
3#7798D5
4#7E9ACE
5#849CC7
6#8B9EC1
7#92A0BA
8#98A2B3
9#9FA4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B7 #98B7F0 | BordersInactive statesPlaceholder text |
| 400 | 6392 #6392E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3672 #3672E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C57 #1C57C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1645 #16459C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1031 #103170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A20 #0A2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0E9FB;
--royal-blue-200: #C5D6F7;
--royal-blue-300: #98B7F0;
--royal-blue-400: #6392E9;
--royal-blue-500: #3672E2;
--royal-blue-600: #1C57C4;
--royal-blue-700: #16459C;
--royal-blue-800: #103170;
--royal-blue-900: #0A2047;
--royal-blue-950: #06142D;
}