Royal Blue
#3034E8
BlueColor Codes
All color formats for development
HEX
#3034E8RGB
rgb(48, 52, 232)HSL
hsl(239, 80%, 55%)OKLCH
oklch(0.472 0.258 270.1)CMYK
cmyk(79%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191DE3
2#1619CA
3#1416B1
4#111397
5#0E107E
6#0B0D65
7#080A4C
8#060632
9#030319
Tints
Lighter variations
1#4548EA
2#5A5CED
3#6E71EF
4#8385F1
5#9899F4
6#ACAEF6
7#C1C2F8
8#D6D6FA
9#EAEBFD
Tones
Muted variations
1#3A3CDF
2#4345D6
3#4C4ECD
4#5557C3
5#5E60BA
6#6869B1
7#7172A8
8#7A7B9F
9#838395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C3C4F8;
--royal-blue-300: #9597F3;
--royal-blue-400: #5E61ED;
--royal-blue-500: #3034E8;
--royal-blue-600: #1619CA;
--royal-blue-700: #1214A1;
--royal-blue-800: #0D0E73;
--royal-blue-900: #080949;
--royal-blue-950: #05062E;
}