Royal Blue
#6394E9
BlueColor Codes
All color formats for development
HEX
#6394E9RGB
rgb(99, 148, 233)HSL
hsl(218, 75%, 65%)OKLCH
oklch(0.67 0.138 260.8)CMYK
cmyk(58%, 36%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4680E5
2#296CE0
3#1D5DCB
4#1950AE
5#154291
6#113574
7#0C2857
8#081B3A
9#040D1D
Tints
Lighter variations
1#729FEB
2#82A9ED
3#92B4EF
4#A1BFF2
5#B1C9F4
6#C1D4F6
7#D0DFF8
8#E0EAFB
9#EFF4FD
Tones
Muted variations
1#6A96E2
2#7097DB
3#7799D5
4#7E9BCE
5#849DC7
6#8B9FC1
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 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D7 #C5D7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B9 #98B9F0 | BordersInactive statesPlaceholder text |
| 400 | 6394 #6394E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3675 #3675E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5A #1C5AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1647 #16479C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1033 #103370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A21 #0A2147 | 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: #E0EAFB;
--royal-blue-200: #C5D7F7;
--royal-blue-300: #98B9F0;
--royal-blue-400: #6394E9;
--royal-blue-500: #3675E2;
--royal-blue-600: #1C5AC4;
--royal-blue-700: #16479C;
--royal-blue-800: #103370;
--royal-blue-900: #0A2147;
--royal-blue-950: #06142D;
}