Royal Blue
#4141D8
BlueColor Codes
All color formats for development
HEX
#4141D8RGB
rgb(65, 65, 216)HSL
hsl(240, 66%, 55%)OKLCH
oklch(0.482 0.223 274.2)CMYK
cmyk(70%, 70%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2BD2
2#2626BA
3#2121A3
4#1D1D8C
5#181874
6#13135D
7#0E0E46
8#0A0A2F
9#050517
Tints
Lighter variations
1#5454DC
2#6767E0
3#7A7AE4
4#8D8DE8
5#A0A0EB
6#B3B3EF
7#C6C6F3
8#D9D9F7
9#ECECFB
Tones
Muted variations
1#4848D0
2#5050C9
3#5757C1
4#5F5FBA
5#6666B2
6#6E6EAB
7#7676A3
8#7D7D9B
9#858594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEB | BordersInactive statesPlaceholder text |
| 400 | 6B6B #6B6BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4141 #4141D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2626 #2626BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E1E #1E1E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #16166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FC;
--royal-blue-100: #E1E1F9;
--royal-blue-200: #C8C8F4;
--royal-blue-300: #9E9EEB;
--royal-blue-400: #6B6BE1;
--royal-blue-500: #4141D8;
--royal-blue-600: #2626BA;
--royal-blue-700: #1E1E94;
--royal-blue-800: #16166A;
--royal-blue-900: #0E0E44;
--royal-blue-950: #09092A;
}