Royal Blue
#4627F1
BlueColor Codes
All color formats for development
HEX
#4627F1RGB
rgb(70, 39, 241)HSL
hsl(249, 88%, 55%)OKLCH
oklch(0.481 0.271 275.9)CMYK
cmyk(71%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300FED
2#2B0DD3
3#260CB9
4#200A9E
5#1B0884
6#160769
7#10054F
8#0B0335
9#05021A
Tints
Lighter variations
1#583DF3
2#6B52F4
3#7D68F5
4#907EF7
5#A293F8
6#B5A9F9
7#C7BEFB
8#DAD4FC
9#ECE9FE
Tones
Muted variations
1#4D31E7
2#543BDD
3#5B46D3
4#6250C9
5#695ABF
6#7064B5
7#776EAB
8#7E78A0
9#858296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C1FB;
--royal-blue-300: #A091F8;
--royal-blue-400: #6F57F4;
--royal-blue-500: #4627F1;
--royal-blue-600: #2B0DD3;
--royal-blue-700: #220BA8;
--royal-blue-800: #180878;
--royal-blue-900: #10054D;
--royal-blue-950: #0A0330;
}