Royal Blue
#2F3FE9
BlueColor Codes
All color formats for development
HEX
#2F3FE9RGB
rgb(47, 63, 233)HSL
hsl(235, 81%, 55%)OKLCH
oklch(0.487 0.249 269.1)CMYK
cmyk(80%, 73%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1829E4
2#1524CB
3#1320B2
4#101B98
5#0D177F
6#0B1266
7#080E4C
8#050933
9#030519
Tints
Lighter variations
1#4452EB
2#5965EE
3#6E78F0
4#828CF2
5#979FF4
6#ACB2F6
7#C1C5F8
8#D5D9FB
9#EAECFD
Tones
Muted variations
1#3947E0
2#424ED7
3#4B56CD
4#545EC4
5#5E66BB
6#676DB1
7#7075A8
8#7A7D9F
9#838596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959D #959DF4 | BordersInactive statesPlaceholder text |
| 400 | 5D6A #5D6AEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F3F #2F3FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1524 #1524CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 111D #111DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C15 #0C1573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DFE1FC;
--royal-blue-200: #C3C7F9;
--royal-blue-300: #959DF4;
--royal-blue-400: #5D6AEE;
--royal-blue-500: #2F3FE9;
--royal-blue-600: #1524CB;
--royal-blue-700: #111DA2;
--royal-blue-800: #0C1573;
--royal-blue-900: #080D4A;
--royal-blue-950: #05082E;
}