Royal Blue
#6396E9
BlueColor Codes
All color formats for development
HEX
#6396E9RGB
rgb(99, 150, 233)HSL
hsl(217, 75%, 65%)OKLCH
oklch(0.674 0.135 259.7)CMYK
cmyk(58%, 36%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4683E5
2#296FE0
3#1D60CB
4#1952AE
5#154491
6#113774
7#0C2957
8#081B3A
9#040E1D
Tints
Lighter variations
1#72A1EB
2#82ABED
3#92B6EF
4#A1C0F2
5#B1CBF4
6#C1D5F6
7#D0E0F8
8#E0EAFB
9#EFF5FD
Tones
Muted variations
1#6A98E2
2#7099DB
3#779BD5
4#7E9CCE
5#849EC7
6#8BA0C1
7#92A1BA
8#98A3B3
9#9FA4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D8 #C5D8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BA #98BAF0 | BordersInactive statesPlaceholder text |
| 400 | 6396 #6396E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3678 #3678E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5D #1C5DC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164A #164A9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1035 #103570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A22 #0A2247 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EAFB;
--royal-blue-200: #C5D8F7;
--royal-blue-300: #98BAF0;
--royal-blue-400: #6396E9;
--royal-blue-500: #3678E2;
--royal-blue-600: #1C5DC4;
--royal-blue-700: #164A9C;
--royal-blue-800: #103570;
--royal-blue-900: #0A2247;
--royal-blue-950: #06152D;
}