Royal Blue
#434AD6
BlueColor Codes
All color formats for development
HEX
#434AD6RGB
rgb(67, 74, 214)HSL
hsl(237, 64%, 55%)OKLCH
oklch(0.496 0.21 273.6)CMYK
cmyk(69%, 65%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D36CF
2#2830B8
3#232AA1
4#1E248A
5#191E73
6#14185C
7#0F1245
8#0A0C2E
9#050617
Tints
Lighter variations
1#565CDA
2#686EDE
3#7B80E2
4#8E92E6
5#A1A5EA
6#B4B7EE
7#C7C9F3
8#D9DBF7
9#ECEDFB
Tones
Muted variations
1#4A51CE
2#5157C7
3#595EC0
4#6065B8
5#686BB1
6#6F72AA
7#7678A2
8#7E7F9B
9#858694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA3 #9FA3EA | BordersInactive statesPlaceholder text |
| 400 | 6D72 #6D72DF | Disabled statesSecondary iconsMuted text |
| 500 | 434A #434AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2830 #2830B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2026 #202692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171B #171B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FC;
--royal-blue-100: #E2E3F9;
--royal-blue-200: #C9CBF3;
--royal-blue-300: #9FA3EA;
--royal-blue-400: #6D72DF;
--royal-blue-500: #434AD6;
--royal-blue-600: #2830B8;
--royal-blue-700: #202692;
--royal-blue-800: #171B69;
--royal-blue-900: #0F1143;
--royal-blue-950: #090B2A;
}