Royal Blue
#4F86FC
BlueColor Codes
All color formats for development
HEX
#4F86FCRGB
rgb(79, 134, 252)HSL
hsl(221, 97%, 65%)OKLCH
oklch(0.643 0.185 263.3)CMYK
cmyk(69%, 47%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F70FC
2#0E59FB
3#034BE5
4#0340C4
5#0235A3
6#022B83
7#012062
8#011541
9#000B21
Tints
Lighter variations
1#6192FD
2#729EFD
3#84AAFD
4#96B6FD
5#A7C3FE
6#B9CFFE
7#CADBFE
8#DCE7FE
9#EDF3FF
Tones
Muted variations
1#5889F4
2#608CEB
3#6990E2
4#7293DA
5#7A96D1
6#8399C8
7#8C9CC0
8#949FB7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAF #8BAFFD | BordersInactive statesPlaceholder text |
| 400 | 4F86 #4F86FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D63 #1D63FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0348 #0348DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033A #033AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0229 #02297E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011A #011A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE7FE;
--royal-blue-200: #BED2FE;
--royal-blue-300: #8BAFFD;
--royal-blue-400: #4F86FC;
--royal-blue-500: #1D63FC;
--royal-blue-600: #0348DD;
--royal-blue-700: #033AB0;
--royal-blue-800: #02297E;
--royal-blue-900: #011A50;
--royal-blue-950: #011032;
}