Royal Blue
#3633E6
BlueColor Codes
All color formats for development
HEX
#3633E6RGB
rgb(54, 51, 230)HSL
hsl(241, 78%, 55%)OKLCH
oklch(0.471 0.255 271.6)CMYK
cmyk(77%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F1CE1
2#1C19C8
3#1816AF
4#151396
5#110F7D
6#0E0C64
7#0A094B
8#070632
9#030319
Tints
Lighter variations
1#4A47E8
2#5E5CEB
3#7270ED
4#8684F0
5#9A99F2
6#AEADF5
7#C3C2F7
8#D7D6FA
9#EBEBFC
Tones
Muted variations
1#3E3CDD
2#4745D4
3#504ECB
4#5857C2
5#615FB9
6#6A68B0
7#7271A7
8#7B7A9E
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9897 #9897F2 | BordersInactive statesPlaceholder text |
| 400 | 6260 #6260EB | Disabled statesSecondary iconsMuted text |
| 500 | 3633 #3633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C19 #1C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1614 #16149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100E #100E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | 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: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C5C4F8;
--royal-blue-300: #9897F2;
--royal-blue-400: #6260EB;
--royal-blue-500: #3633E6;
--royal-blue-600: #1C19C8;
--royal-blue-700: #16149F;
--royal-blue-800: #100E71;
--royal-blue-900: #0A0949;
--royal-blue-950: #06062D;
}