Royal Blue
#3250E7
BlueColor Codes
All color formats for development
HEX
#3250E7RGB
rgb(50, 80, 231)HSL
hsl(230, 79%, 55%)OKLCH
oklch(0.513 0.229 268)CMYK
cmyk(78%, 65%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3CE2
2#1835C9
3#152EB0
4#122897
5#0F217E
6#0C1B64
7#09144B
8#060D32
9#030719
Tints
Lighter variations
1#4661E9
2#5B73EC
3#6F84EE
4#8496F1
5#98A7F3
6#ADB9F5
7#C1CAF8
8#D6DCFA
9#EAEDFD
Tones
Muted variations
1#3B56DE
2#445CD5
3#4D62CC
4#5668C3
5#5F6EBA
6#6874B1
7#717AA7
8#7A809E
9#838695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A5 #96A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F77 #5F77EC | Disabled statesSecondary iconsMuted text |
| 500 | 3250 #3250E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1835 #1835C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132A #132AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CCF8;
--royal-blue-300: #96A5F3;
--royal-blue-400: #5F77EC;
--royal-blue-500: #3250E7;
--royal-blue-600: #1835C9;
--royal-blue-700: #132AA0;
--royal-blue-800: #0D1E72;
--royal-blue-900: #091349;
--royal-blue-950: #050C2E;
}