Royal Blue
#4359D6
BlueColor Codes
All color formats for development
HEX
#4359D6RGB
rgb(67, 89, 214)HSL
hsl(231, 64%, 55%)OKLCH
oklch(0.522 0.192 270.6)CMYK
cmyk(69%, 58%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D46CF
2#283EB8
3#2336A1
4#1E2E8A
5#192773
6#141F5C
7#0F1745
8#0A0F2E
9#050817
Tints
Lighter variations
1#5669DA
2#687ADE
3#7B8BE2
4#8E9BE6
5#A1ACEA
6#B4BDEE
7#C7CDF3
8#D9DEF7
9#ECEEFB
Tones
Muted variations
1#4A5ECE
2#5163C7
3#5968C0
4#606DB8
5#6873B1
6#6F78AA
7#767DA2
8#7E829B
9#858794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAEA | BordersInactive statesPlaceholder text |
| 400 | 6D7E #6D7EDF | Disabled statesSecondary iconsMuted text |
| 500 | 4359 #4359D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 283E #283EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2031 #203192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1723 #172369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E2E5F9;
--royal-blue-200: #C9CFF3;
--royal-blue-300: #9FAAEA;
--royal-blue-400: #6D7EDF;
--royal-blue-500: #4359D6;
--royal-blue-600: #283EB8;
--royal-blue-700: #203192;
--royal-blue-800: #172369;
--royal-blue-900: #0F1743;
--royal-blue-950: #090E2A;
}