Royal Blue
#4927F1
BlueColor Codes
All color formats for development
HEX
#4927F1RGB
rgb(73, 39, 241)HSL
hsl(250, 88%, 55%)OKLCH
oklch(0.483 0.271 276.7)CMYK
cmyk(70%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340FED
2#2E0DD3
3#290CB9
4#230A9E
5#1D0884
6#170769
7#11054F
8#0C0335
9#06021A
Tints
Lighter variations
1#5B3DF3
2#6D52F4
3#8068F5
4#927EF7
5#A493F8
6#B6A9F9
7#C8BEFB
8#DBD4FC
9#EDE9FE
Tones
Muted variations
1#5031E7
2#563BDD
3#5D46D3
4#6450C9
5#6B5ABF
6#7164B5
7#786EAB
8#7F78A0
9#868296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A291 #A291F8 | BordersInactive statesPlaceholder text |
| 400 | 7157 #7157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4927 #4927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E0D #2E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250B #250BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A08 #1A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1105 #11054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CAC1FB;
--royal-blue-300: #A291F8;
--royal-blue-400: #7157F4;
--royal-blue-500: #4927F1;
--royal-blue-600: #2E0DD3;
--royal-blue-700: #250BA8;
--royal-blue-800: #1A0878;
--royal-blue-900: #11054D;
--royal-blue-950: #0B0330;
}