Royal Blue
#3262E7
BlueColor Codes
All color formats for development
HEX
#3262E7RGB
rgb(50, 98, 231)HSL
hsl(224, 79%, 55%)OKLCH
oklch(0.545 0.208 265)CMYK
cmyk(78%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B50E2
2#1847C9
3#153EB0
4#123597
5#0F2C7E
6#0C2364
7#091B4B
8#061232
9#030919
Tints
Lighter variations
1#4672E9
2#5B81EC
3#6F91EE
4#84A1F1
5#98B0F3
6#ADC0F5
7#C1D0F8
8#D6E0FA
9#EAEFFD
Tones
Muted variations
1#3B66DE
2#446AD5
3#4D6FCC
4#5673C3
5#5F77BA
6#687BB1
7#7180A7
8#7A849E
9#838895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AF #96AFF3 | BordersInactive statesPlaceholder text |
| 400 | 5F85 #5F85EC | Disabled statesSecondary iconsMuted text |
| 500 | 3262 #3262E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1847 #1847C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1338 #1338A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE7FB;
--royal-blue-200: #C4D2F8;
--royal-blue-300: #96AFF3;
--royal-blue-400: #5F85EC;
--royal-blue-500: #3262E7;
--royal-blue-600: #1847C9;
--royal-blue-700: #1338A0;
--royal-blue-800: #0D2872;
--royal-blue-900: #091A49;
--royal-blue-950: #05102E;
}