Royal Blue
#2F48E9
BlueColor Codes
All color formats for development
HEX
#2F48E9RGB
rgb(47, 72, 233)HSL
hsl(232, 81%, 55%)OKLCH
oklch(0.5 0.241 268.3)CMYK
cmyk(80%, 69%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1833E4
2#152ECB
3#1328B2
4#102298
5#0D1C7F
6#0B1766
7#08114C
8#050B33
9#030619
Tints
Lighter variations
1#445AEB
2#596DEE
3#6E7FF0
4#8291F2
5#97A4F4
6#ACB6F6
7#C1C8F8
8#D5DAFB
9#EAEDFD
Tones
Muted variations
1#394FE0
2#4256D7
3#4B5DCD
4#5463C4
5#5E6ABB
6#6771B1
7#7078A8
8#7A7F9F
9#838596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F4 | BordersInactive statesPlaceholder text |
| 400 | 5D71 #5D71EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F48 #2F48E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152E #152ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1124 #1124A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1A #0C1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #08114A | 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: #F1F3FE;
--royal-blue-100: #DFE3FC;
--royal-blue-200: #C3CAF9;
--royal-blue-300: #95A2F4;
--royal-blue-400: #5D71EE;
--royal-blue-500: #2F48E9;
--royal-blue-600: #152ECB;
--royal-blue-700: #1124A2;
--royal-blue-800: #0C1A73;
--royal-blue-900: #08114A;
--royal-blue-950: #050A2E;
}