Royal Blue
#4922F7
BlueColor Codes
All color formats for development
HEX
#4922F7RGB
rgb(73, 34, 247)HSL
hsl(251, 93%, 55%)OKLCH
oklch(0.485 0.28 276.4)CMYK
cmyk(70%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3409F4
2#2E08D9
3#2807BD
4#2306A2
5#1D0587
6#17046C
7#110351
8#0C0236
9#06011B
Tints
Lighter variations
1#5B38F8
2#6D4EF9
3#7F64F9
4#927AFA
5#A490FB
6#B6A6FC
7#C8BDFD
8#DBD3FD
9#EDE9FE
Tones
Muted variations
1#4F2CEC
2#5637E2
3#5D42D7
4#644CCC
5#6A57C2
6#7162B7
7#786CAC
8#7F77A2
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFB | BordersInactive statesPlaceholder text |
| 400 | 7153 #7153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4922 #4922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E08 #2E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2506 #2506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E3DDFE;
--royal-blue-200: #CABFFD;
--royal-blue-300: #A28EFB;
--royal-blue-400: #7153F9;
--royal-blue-500: #4922F7;
--royal-blue-600: #2E08D9;
--royal-blue-700: #2506AC;
--royal-blue-800: #1A047B;
--royal-blue-900: #11034F;
--royal-blue-950: #0A0231;
}