Royal Blue
#3636E2
BlueColor Codes
All color formats for development
HEX
#3636E2RGB
rgb(54, 54, 226)HSL
hsl(240, 75%, 55%)OKLCH
oklch(0.471 0.248 271.6)CMYK
cmyk(76%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2020DD
2#1C1CC4
3#1919AC
4#151593
5#12127B
6#0E0E62
7#0B0B4A
8#070731
9#040419
Tints
Lighter variations
1#4A4AE5
2#5E5EE8
3#7272EB
4#8787EE
5#9B9BF1
6#AFAFF4
7#C3C3F6
8#D7D7F9
9#EBEBFC
Tones
Muted variations
1#3F3FDA
2#4747D1
3#5050C8
4#5959C0
5#6161B7
6#6A6AAF
7#7272A6
8#7B7B9D
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 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | 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: #9898F0;
--royal-blue-400: #6363E9;
--royal-blue-500: #3636E2;
--royal-blue-600: #1C1CC4;
--royal-blue-700: #16169C;
--royal-blue-800: #101070;
--royal-blue-900: #0A0A47;
--royal-blue-950: #06062D;
}