Royal Blue
#4A6FCF
BlueColor Codes
All color formats for development
HEX
#4A6FCFRGB
rgb(74, 111, 207)HSL
hsl(223, 58%, 55%)OKLCH
oklch(0.564 0.154 265.8)CMYK
cmyk(64%, 46%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355FC7
2#2F54B1
3#294A9B
4#233F85
5#1D356F
6#182A59
7#122042
8#0C152C
9#060B16
Tints
Lighter variations
1#5C7ED4
2#6E8CD8
3#809ADD
4#92A9E2
5#A4B7E7
6#B6C6EC
7#C9D4F1
8#DBE2F5
9#EDF1FA
Tones
Muted variations
1#5072C8
2#5775C1
3#5E78BB
4#647BB4
5#6B7EAE
6#7281A7
7#7884A0
8#7F869A
9#868993
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B6 #A2B6E6 | BordersInactive statesPlaceholder text |
| 400 | 728F #728FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A6F #4A6FCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F54 #2F54B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2543 #25438D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B30 #1B3065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111F #111F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E3E9F8;
--royal-blue-200: #CBD6F1;
--royal-blue-300: #A2B6E6;
--royal-blue-400: #728FDA;
--royal-blue-500: #4A6FCF;
--royal-blue-600: #2F54B1;
--royal-blue-700: #25438D;
--royal-blue-800: #1B3065;
--royal-blue-900: #111F40;
--royal-blue-950: #0B1328;
}