Royal Blue
#4343D6
BlueColor Codes
All color formats for development
HEX
#4343D6RGB
rgb(67, 67, 214)HSL
hsl(240, 64%, 55%)OKLCH
oklch(0.484 0.218 274.6)CMYK
cmyk(69%, 69%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2DCF
2#2828B8
3#2323A1
4#1E1E8A
5#191973
6#14145C
7#0F0F45
8#0A0A2E
9#050517
Tints
Lighter variations
1#5656DA
2#6868DE
3#7B7BE2
4#8E8EE6
5#A1A1EA
6#B4B4EE
7#C7C7F3
8#D9D9F7
9#ECECFB
Tones
Muted variations
1#4A4ACE
2#5151C7
3#5959C0
4#6060B8
5#6868B1
6#6F6FAA
7#7676A2
8#7E7E9B
9#858594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FEA | BordersInactive statesPlaceholder text |
| 400 | 6D6D #6D6DDF | Disabled statesSecondary iconsMuted text |
| 500 | 4343 #4343D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2828 #2828B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2020 #202092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1717 #171769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FC;
--royal-blue-100: #E2E2F9;
--royal-blue-200: #C9C9F3;
--royal-blue-300: #9F9FEA;
--royal-blue-400: #6D6DDF;
--royal-blue-500: #4343D6;
--royal-blue-600: #2828B8;
--royal-blue-700: #202092;
--royal-blue-800: #171769;
--royal-blue-900: #0F0F43;
--royal-blue-950: #09092A;
}