Royal Blue
#3835E3
BlueColor Codes
All color formats for development
HEX
#3835E3RGB
rgb(56, 53, 227)HSL
hsl(241, 76%, 55%)OKLCH
oklch(0.472 0.249 272.2)CMYK
cmyk(75%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#211EDE
2#1E1BC5
3#1A18AD
4#161494
5#13117B
6#0F0D63
7#0B0A4A
8#070731
9#040319
Tints
Lighter variations
1#4C49E6
2#605DE9
3#7472EC
4#8886EE
5#9B9AF1
6#AFAEF4
7#C3C2F7
8#D7D7F9
9#EBEBFC
Tones
Muted variations
1#403EDB
2#4946D2
3#514FC9
4#5A58C1
5#6261B8
6#6B69AF
7#7372A6
8#7B7B9E
9#848495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E0E0FB;
--royal-blue-200: #C5C5F7;
--royal-blue-300: #9998F1;
--royal-blue-400: #6462EA;
--royal-blue-500: #3835E3;
--royal-blue-600: #1E1BC5;
--royal-blue-700: #18159D;
--royal-blue-800: #110F70;
--royal-blue-900: #0B0A48;
--royal-blue-950: #07062D;
}