Royal Blue
#303DE8
BlueColor Codes
All color formats for development
HEX
#303DE8RGB
rgb(48, 61, 232)HSL
hsl(236, 80%, 55%)OKLCH
oklch(0.483 0.25 269.5)CMYK
cmyk(79%, 74%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1927E3
2#1622CA
3#141EB1
4#111A97
5#0E167E
6#0B1165
7#080D4C
8#060932
9#030419
Tints
Lighter variations
1#4550EA
2#5A64ED
3#6E77EF
4#838AF1
5#989EF4
6#ACB1F6
7#C1C5F8
8#D6D8FA
9#EAECFD
Tones
Muted variations
1#3A45DF
2#434DD6
3#4C55CD
4#555DC3
5#5E64BA
6#686CB1
7#7174A8
8#7A7C9F
9#838495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | 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: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C3C7F8;
--royal-blue-300: #959CF3;
--royal-blue-400: #5E68ED;
--royal-blue-500: #303DE8;
--royal-blue-600: #1622CA;
--royal-blue-700: #121BA1;
--royal-blue-800: #0D1473;
--royal-blue-900: #080D49;
--royal-blue-950: #05082E;
}