Royal Blue
#3244E7
BlueColor Codes
All color formats for development
HEX
#3244E7RGB
rgb(50, 68, 231)HSL
hsl(234, 79%, 55%)OKLCH
oklch(0.493 0.241 269.3)CMYK
cmyk(78%, 71%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2EE2
2#1829C9
3#1524B0
4#121F97
5#0F1A7E
6#0C1564
7#090F4B
8#060A32
9#030519
Tints
Lighter variations
1#4656E9
2#5B69EC
3#6F7CEE
4#848FF1
5#98A1F3
6#ADB4F5
7#C1C7F8
8#D6DAFA
9#EAECFD
Tones
Muted variations
1#3B4BDE
2#4452D5
3#4D59CC
4#5661C3
5#5F68BA
6#686FB1
7#7176A7
8#7A7E9E
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969F #969FF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6D #5F6DEC | Disabled statesSecondary iconsMuted text |
| 500 | 3244 #3244E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1829 #1829C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1321 #1321A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | 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: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4C9F8;
--royal-blue-300: #969FF3;
--royal-blue-400: #5F6DEC;
--royal-blue-500: #3244E7;
--royal-blue-600: #1829C9;
--royal-blue-700: #1321A0;
--royal-blue-800: #0D1772;
--royal-blue-900: #090F49;
--royal-blue-950: #05092E;
}