Royal Blue
#3241E7
BlueColor Codes
All color formats for development
HEX
#3241E7RGB
rgb(50, 65, 231)HSL
hsl(235, 79%, 55%)OKLCH
oklch(0.489 0.244 269.6)CMYK
cmyk(78%, 72%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2BE2
2#1826C9
3#1522B0
4#121D97
5#0F187E
6#0C1364
7#090E4B
8#060A32
9#030519
Tints
Lighter variations
1#4654E9
2#5B67EC
3#6F7AEE
4#848DF1
5#98A0F3
6#ADB3F5
7#C1C6F8
8#D6D9FA
9#EAECFD
Tones
Muted variations
1#3B48DE
2#4450D5
3#4D57CC
4#565FC3
5#5F66BA
6#686EB1
7#7176A7
8#7A7D9E
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969E #969EF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6B #5F6BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3241 #3241E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1826 #1826C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131E #131EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D16 #0D1672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C4C8F8;
--royal-blue-300: #969EF3;
--royal-blue-400: #5F6BEC;
--royal-blue-500: #3241E7;
--royal-blue-600: #1826C9;
--royal-blue-700: #131EA0;
--royal-blue-800: #0D1672;
--royal-blue-900: #090E49;
--royal-blue-950: #05092E;
}