Royal Blue
#3430E8
BlueColor Codes
All color formats for development
HEX
#3430E8RGB
rgb(52, 48, 232)HSL
hsl(241, 80%, 55%)OKLCH
oklch(0.469 0.26 271.2)CMYK
cmyk(78%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D19E3
2#1916CA
3#1614B1
4#131197
5#100E7E
6#0D0B65
7#0A084C
8#060632
9#030319
Tints
Lighter variations
1#4845EA
2#5C5AED
3#716EEF
4#8583F1
5#9998F4
6#AEACF6
7#C2C1F8
8#D6D6FA
9#EBEAFD
Tones
Muted variations
1#3C3ADF
2#4543D6
3#4E4CCD
4#5755C3
5#605EBA
6#6968B1
7#7271A8
8#7B7A9F
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 | C4C3 #C4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9795 #9795F3 | BordersInactive statesPlaceholder text |
| 400 | 615E #615EED | Disabled statesSecondary iconsMuted text |
| 500 | 3430 #3430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1916 #1916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1412 #1412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0D #0E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #090849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | 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: #C4C3F8;
--royal-blue-300: #9795F3;
--royal-blue-400: #615EED;
--royal-blue-500: #3430E8;
--royal-blue-600: #1916CA;
--royal-blue-700: #1412A1;
--royal-blue-800: #0E0D73;
--royal-blue-900: #090849;
--royal-blue-950: #06052E;
}