Royal Blue
#3928F0
BlueColor Codes
All color formats for development
HEX
#3928F0RGB
rgb(57, 40, 240)HSL
hsl(245, 87%, 55%)OKLCH
oklch(0.472 0.273 272.4)CMYK
cmyk(76%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2310EC
2#1F0FD2
3#1B0DB8
4#170B9D
5#130983
6#0F0769
7#0C054F
8#080434
9#04021A
Tints
Lighter variations
1#4D3EF2
2#6153F3
3#7469F5
4#887EF6
5#9C94F8
6#B0A9F9
7#C4BFFB
8#D7D4FC
9#EBEAFE
Tones
Muted variations
1#4132E6
2#4A3CDC
3#5246D2
4#5A50C8
5#635ABE
6#6B64B4
7#736EAA
8#7C78A0
9#848296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A91 #9A91F7 | BordersInactive statesPlaceholder text |
| 400 | 6558 #6558F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3928 #3928F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0F #1F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1208 #120877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054C | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFD;
--royal-blue-200: #C6C1FB;
--royal-blue-300: #9A91F7;
--royal-blue-400: #6558F3;
--royal-blue-500: #3928F0;
--royal-blue-600: #1F0FD2;
--royal-blue-700: #190CA7;
--royal-blue-800: #120877;
--royal-blue-900: #0B054C;
--royal-blue-950: #070330;
}