Royal Blue
#3280E7
BlueColor Codes
All color formats for development
HEX
#3280E7RGB
rgb(50, 128, 231)HSL
hsl(214, 79%, 55%)OKLCH
oklch(0.606 0.173 256.8)CMYK
cmyk(78%, 45%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B71E2
2#1864C9
3#1558B0
4#124B97
5#0F3F7E
6#0C3264
7#09264B
8#061932
9#030D19
Tints
Lighter variations
1#468DE9
2#5B9AEC
3#6FA6EE
4#84B3F1
5#98C0F3
6#ADCCF5
7#C1D9F8
8#D6E6FA
9#EAF2FD
Tones
Muted variations
1#3B81DE
2#4483D5
3#4D84CC
4#5685C3
5#5F86BA
6#6887B1
7#7189A7
8#7A8A9E
9#838B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BE #96BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9C #5F9CEC | Disabled statesSecondary iconsMuted text |
| 500 | 3280 #3280E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1864 #1864C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1350 #1350A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C4DAF8;
--royal-blue-300: #96BEF3;
--royal-blue-400: #5F9CEC;
--royal-blue-500: #3280E7;
--royal-blue-600: #1864C9;
--royal-blue-700: #1350A0;
--royal-blue-800: #0D3972;
--royal-blue-900: #092549;
--royal-blue-950: #05172E;
}