Royal Blue
#3535E3
BlueColor Codes
All color formats for development
HEX
#3535E3RGB
rgb(53, 53, 227)HSL
hsl(240, 76%, 55%)OKLCH
oklch(0.47 0.25 271.4)CMYK
cmyk(77%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1EDE
2#1B1BC5
3#1818AD
4#141494
5#11117B
6#0D0D63
7#0A0A4A
8#070731
9#030319
Tints
Lighter variations
1#4949E6
2#5D5DE9
3#7272EC
4#8686EE
5#9A9AF1
6#AEAEF4
7#C2C2F7
8#D7D7F9
9#EBEBFC
Tones
Muted variations
1#3E3EDB
2#4646D2
3#4F4FC9
4#5858C1
5#6161B8
6#6969AF
7#7272A6
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 | 9898 #9898F1 | BordersInactive statesPlaceholder text |
| 400 | 6262 #6262EA | Disabled statesSecondary iconsMuted text |
| 500 | 3535 #3535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1B #1B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | 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: #9898F1;
--royal-blue-400: #6262EA;
--royal-blue-500: #3535E3;
--royal-blue-600: #1B1BC5;
--royal-blue-700: #15159D;
--royal-blue-800: #0F0F70;
--royal-blue-900: #0A0A48;
--royal-blue-950: #06062D;
}