Royal Blue
#6384E9
BlueColor Codes
All color formats for development
HEX
#6384E9RGB
rgb(99, 132, 233)HSL
hsl(225, 75%, 65%)OKLCH
oklch(0.637 0.156 268.2)CMYK
cmyk(58%, 43%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#466DE5
2#2957E0
3#1D49CB
4#193EAE
5#153491
6#112974
7#0C1F57
8#08153A
9#040A1D
Tints
Lighter variations
1#7291EB
2#829DED
3#92A9EF
4#A1B5F2
5#B1C2F4
6#C1CEF6
7#D0DAF8
8#E0E6FB
9#EFF3FD
Tones
Muted variations
1#6A88E2
2#708BDB
3#778ED5
4#7E92CE
5#8495C7
6#8B98C1
7#929CBA
8#989FB3
9#9FA2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF0 | BordersInactive statesPlaceholder text |
| 400 | 6384 #6384E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3661 #3661E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C46 #1C46C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1638 #16389C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1028 #102870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E6FB;
--royal-blue-200: #C5D1F7;
--royal-blue-300: #98AEF0;
--royal-blue-400: #6384E9;
--royal-blue-500: #3661E2;
--royal-blue-600: #1C46C4;
--royal-blue-700: #16389C;
--royal-blue-800: #102870;
--royal-blue-900: #0A1947;
--royal-blue-950: #06102D;
}