Royal Blue
#4F83FC
BlueColor Codes
All color formats for development
HEX
#4F83FCRGB
rgb(79, 131, 252)HSL
hsl(222, 97%, 65%)OKLCH
oklch(0.637 0.189 264.2)CMYK
cmyk(69%, 48%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6CFC
2#0E55FB
3#0347E5
4#033DC4
5#0233A3
6#022983
7#011E62
8#011441
9#000A21
Tints
Lighter variations
1#6190FD
2#729CFD
3#84A8FD
4#96B5FD
5#A7C1FE
6#B9CDFE
7#CADAFE
8#DCE6FE
9#EDF3FF
Tones
Muted variations
1#5887F4
2#608AEB
3#698EE2
4#7291DA
5#7A94D1
6#8398C8
7#8C9BC0
8#949FB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED1 #BED1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAE #8BAEFD | BordersInactive statesPlaceholder text |
| 400 | 4F83 #4F83FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D60 #1D60FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0345 #0345DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0337 #0337B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0227 #02277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011950 | 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: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BED1FE;
--royal-blue-300: #8BAEFD;
--royal-blue-400: #4F83FC;
--royal-blue-500: #1D60FC;
--royal-blue-600: #0345DD;
--royal-blue-700: #0337B0;
--royal-blue-800: #02277E;
--royal-blue-900: #011950;
--royal-blue-950: #011032;
}