Royal Blue
#3247E7
BlueColor Codes
All color formats for development
HEX
#3247E7RGB
rgb(50, 71, 231)HSL
hsl(233, 79%, 55%)OKLCH
oklch(0.498 0.238 269)CMYK
cmyk(78%, 69%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B32E2
2#182CC9
3#1527B0
4#122197
5#0F1C7E
6#0C1664
7#09114B
8#060B32
9#030619
Tints
Lighter variations
1#4659E9
2#5B6CEC
3#6F7EEE
4#8490F1
5#98A3F3
6#ADB5F5
7#C1C8F8
8#D6DAFA
9#EAEDFD
Tones
Muted variations
1#3B4EDE
2#4455D5
3#4D5CCC
4#5663C3
5#5F69BA
6#6870B1
7#7177A7
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 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A1 #96A1F3 | BordersInactive statesPlaceholder text |
| 400 | 5F70 #5F70EC | Disabled statesSecondary iconsMuted text |
| 500 | 3247 #3247E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182C #182CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1323 #1323A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | 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: #C4CAF8;
--royal-blue-300: #96A1F3;
--royal-blue-400: #5F70EC;
--royal-blue-500: #3247E7;
--royal-blue-600: #182CC9;
--royal-blue-700: #1323A0;
--royal-blue-800: #0D1972;
--royal-blue-900: #091049;
--royal-blue-950: #050A2E;
}