Royal Blue
#2F4BE9
BlueColor Codes
All color formats for development
HEX
#2F4BE9RGB
rgb(47, 75, 233)HSL
hsl(231, 81%, 55%)OKLCH
oklch(0.505 0.237 268)CMYK
cmyk(80%, 68%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1837E4
2#1531CB
3#132BB2
4#102498
5#0D1E7F
6#0B1866
7#08124C
8#050C33
9#030619
Tints
Lighter variations
1#445DEB
2#596FEE
3#6E81F0
4#8293F2
5#97A5F4
6#ACB7F6
7#C1C9F8
8#D5DBFB
9#EAEDFD
Tones
Muted variations
1#3952E0
2#4258D7
3#4B5FCD
4#5465C4
5#5E6CBB
6#6772B1
7#7079A8
8#7A7F9F
9#838696
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 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A3 #95A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4B #2F4BE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1531 #1531CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1127 #1127A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1C #0C1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #08124A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | 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: #C3CBF9;
--royal-blue-300: #95A3F4;
--royal-blue-400: #5D73EE;
--royal-blue-500: #2F4BE9;
--royal-blue-600: #1531CB;
--royal-blue-700: #1127A2;
--royal-blue-800: #0C1C73;
--royal-blue-900: #08124A;
--royal-blue-950: #050B2E;
}