Royal Blue
#6379E9
BlueColor Codes
All color formats for development
HEX
#6379E9RGB
rgb(99, 121, 233)HSL
hsl(230, 75%, 65%)OKLCH
oklch(0.615 0.17 272.2)CMYK
cmyk(58%, 48%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4660E5
2#2947E0
3#1D3ACB
4#1932AE
5#152991
6#112174
7#0C1957
8#08113A
9#04081D
Tints
Lighter variations
1#7287EB
2#8294ED
3#92A1EF
4#A1AFF2
5#B1BCF4
6#C1C9F6
7#D0D7F8
8#E0E4FB
9#EFF2FD
Tones
Muted variations
1#6A7EE2
2#7082DB
3#7787D5
4#7E8BCE
5#848FC7
6#8B94C1
7#9298BA
8#989DB3
9#9FA1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E4FB;
--royal-blue-200: #C5CDF7;
--royal-blue-300: #98A7F0;
--royal-blue-400: #6379E9;
--royal-blue-500: #3653E2;
--royal-blue-600: #1C38C4;
--royal-blue-700: #162D9C;
--royal-blue-800: #102070;
--royal-blue-900: #0A1447;
--royal-blue-950: #060D2D;
}