Royal Blue
#3030E8
BlueColor Codes
All color formats for development
HEX
#3030E8RGB
rgb(48, 48, 232)HSL
hsl(240, 80%, 55%)OKLCH
oklch(0.467 0.261 270.3)CMYK
cmyk(79%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1919E3
2#1616CA
3#1414B1
4#111197
5#0E0E7E
6#0B0B65
7#08084C
8#060632
9#030319
Tints
Lighter variations
1#4545EA
2#5A5AED
3#6E6EEF
4#8383F1
5#9898F4
6#ACACF6
7#C1C1F8
8#D6D6FA
9#EAEAFD
Tones
Muted variations
1#3A3ADF
2#4343D6
3#4C4CCD
4#5555C3
5#5E5EBA
6#6868B1
7#7171A8
8#7A7A9F
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 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | 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: #C3C3F8;
--royal-blue-300: #9595F3;
--royal-blue-400: #5E5EED;
--royal-blue-500: #3030E8;
--royal-blue-600: #1616CA;
--royal-blue-700: #1212A1;
--royal-blue-800: #0D0D73;
--royal-blue-900: #080849;
--royal-blue-950: #05052E;
}