Royal Blue
#3043E8
BlueColor Codes
All color formats for development
HEX
#3043E8RGB
rgb(48, 67, 232)HSL
hsl(234, 80%, 55%)OKLCH
oklch(0.492 0.244 269)CMYK
cmyk(79%, 71%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192DE3
2#1628CA
3#1423B1
4#111E97
5#0E197E
6#0B1465
7#080F4C
8#060A32
9#030519
Tints
Lighter variations
1#4556EA
2#5A68ED
3#6E7BEF
4#838EF1
5#98A1F4
6#ACB4F6
7#C1C7F8
8#D6D9FA
9#EAECFD
Tones
Muted variations
1#3A4ADF
2#4351D6
3#4C59CD
4#5560C3
5#5E68BA
6#686FB1
7#7176A8
8#7A7E9F
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959F #959FF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6D #5E6DED | Disabled statesSecondary iconsMuted text |
| 500 | 3043 #3043E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1628 #1628CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1220 #1220A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C3C9F8;
--royal-blue-300: #959FF3;
--royal-blue-400: #5E6DED;
--royal-blue-500: #3043E8;
--royal-blue-600: #1628CA;
--royal-blue-700: #1220A1;
--royal-blue-800: #0D1773;
--royal-blue-900: #080F49;
--royal-blue-950: #05092E;
}