Royal Blue
#4F6CFC
BlueColor Codes
All color formats for development
HEX
#4F6CFCRGB
rgb(79, 108, 252)HSL
hsl(230, 97%, 65%)OKLCH
oklch(0.593 0.216 269.9)CMYK
cmyk(69%, 57%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F51FC
2#0E35FB
3#0329E5
4#0323C4
5#021DA3
6#021783
7#011262
8#010C41
9#000621
Tints
Lighter variations
1#617BFD
2#7289FD
3#8498FD
4#96A7FD
5#A7B6FE
6#B9C4FE
7#CAD3FE
8#DCE2FE
9#EDF0FF
Tones
Muted variations
1#5872F4
2#6078EB
3#697DE2
4#7283DA
5#7A89D1
6#838FC8
7#8C94C0
8#949AB7
9#9DA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFD | BordersInactive statesPlaceholder text |
| 400 | 4F6C #4F6CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D42 #1D42FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0328 #0328DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0320 #0320B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0217 #02177E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE2FE;
--royal-blue-200: #BEC8FE;
--royal-blue-300: #8B9EFD;
--royal-blue-400: #4F6CFC;
--royal-blue-500: #1D42FC;
--royal-blue-600: #0328DD;
--royal-blue-700: #0320B0;
--royal-blue-800: #02177E;
--royal-blue-900: #010E50;
--royal-blue-950: #010932;
}