Royal Blue
#3A63DF
BlueColor Codes
All color formats for development
HEX
#3A63DFRGB
rgb(58, 99, 223)HSL
hsl(225, 72%, 55%)OKLCH
oklch(0.544 0.195 266.1)CMYK
cmyk(74%, 56%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2351D9
2#1F48C1
3#1B3FA9
4#183691
5#142D79
6#102460
7#0C1B48
8#081230
9#040918
Tints
Lighter variations
1#4D73E2
2#6182E5
3#7592E9
4#89A1EC
5#9CB1EF
6#B0C1F2
7#C4D0F5
8#D8E0F9
9#EBEFFC
Tones
Muted variations
1#4267D7
2#4A6BCE
3#526FC6
4#5B73BE
5#6378B6
6#6B7CAD
7#7380A5
8#7C849D
9#848895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D2 #C6D2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAF #9AAFEF | BordersInactive statesPlaceholder text |
| 400 | 6586 #6586E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A63 #3A63DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F48 #1F48C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1939 #19399A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1229 #12296E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1A #0B1A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E0E7FA;
--royal-blue-200: #C6D2F6;
--royal-blue-300: #9AAFEF;
--royal-blue-400: #6586E6;
--royal-blue-500: #3A63DF;
--royal-blue-600: #1F48C1;
--royal-blue-700: #19399A;
--royal-blue-800: #12296E;
--royal-blue-900: #0B1A46;
--royal-blue-950: #07102C;
}