Royal Blue
#3271E7
BlueColor Codes
All color formats for development
HEX
#3271E7RGB
rgb(50, 113, 231)HSL
hsl(219, 79%, 55%)OKLCH
oklch(0.575 0.191 261.5)CMYK
cmyk(78%, 51%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B60E2
2#1856C9
3#154BB0
4#124097
5#0F367E
6#0C2B64
7#09204B
8#061532
9#030B19
Tints
Lighter variations
1#467FE9
2#5B8DEC
3#6F9CEE
4#84AAF1
5#98B8F3
6#ADC6F5
7#C1D4F8
8#D6E3FA
9#EAF1FD
Tones
Muted variations
1#3B74DE
2#4476D5
3#4D79CC
4#567CC3
5#5F7FBA
6#6881B1
7#7184A7
8#7A879E
9#838A95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B6 #96B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5F91 #5F91EC | Disabled statesSecondary iconsMuted text |
| 500 | 3271 #3271E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1856 #1856C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1344 #1344A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D31 #0D3172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D6F8;
--royal-blue-300: #96B6F3;
--royal-blue-400: #5F91EC;
--royal-blue-500: #3271E7;
--royal-blue-600: #1856C9;
--royal-blue-700: #1344A0;
--royal-blue-800: #0D3172;
--royal-blue-900: #091F49;
--royal-blue-950: #05132E;
}