Royal Blue
#3D30E8
BlueColor Codes
All color formats for development
HEX
#3D30E8RGB
rgb(61, 48, 232)HSL
hsl(244, 80%, 55%)OKLCH
oklch(0.474 0.258 273.5)CMYK
cmyk(74%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2719E3
2#2216CA
3#1E14B1
4#1A1197
5#160E7E
6#110B65
7#0D084C
8#090632
9#040319
Tints
Lighter variations
1#5045EA
2#645AED
3#776EEF
4#8A83F1
5#9E98F4
6#B1ACF6
7#C5C1F8
8#D8D6FA
9#ECEAFD
Tones
Muted variations
1#453ADF
2#4D43D6
3#554CCD
4#5D55C3
5#645EBA
6#6C68B1
7#7471A8
8#7C7A9F
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E1DFFB;
--royal-blue-200: #C7C3F8;
--royal-blue-300: #9C95F3;
--royal-blue-400: #685EED;
--royal-blue-500: #3D30E8;
--royal-blue-600: #2216CA;
--royal-blue-700: #1B12A1;
--royal-blue-800: #140D73;
--royal-blue-900: #0D0849;
--royal-blue-950: #08052E;
}