Royal Blue
#3469E5
BlueColor Codes
All color formats for development
HEX
#3469E5RGB
rgb(52, 105, 229)HSL
hsl(222, 77%, 55%)OKLCH
oklch(0.558 0.197 263.7)CMYK
cmyk(77%, 54%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D57DF
2#1A4EC7
3#1744AE
4#133A95
5#10317C
6#0D2763
7#0A1D4A
8#061332
9#030A19
Tints
Lighter variations
1#4878E7
2#5D87EA
3#7196ED
4#85A5EF
5#99B4F2
6#AEC3F4
7#C2D2F7
8#D6E1FA
9#EBF0FC
Tones
Muted variations
1#3D6CDC
2#4670D3
3#4E74CA
4#5777C1
5#607BB8
6#697EB0
7#7282A7
8#7B859E
9#838995
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 618A #618AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3469 #3469E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A4E #1A4EC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153E #153E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2C #0F2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE8FB;
--royal-blue-200: #C4D4F7;
--royal-blue-300: #97B2F2;
--royal-blue-400: #618AEA;
--royal-blue-500: #3469E5;
--royal-blue-600: #1A4EC7;
--royal-blue-700: #153E9E;
--royal-blue-800: #0F2C71;
--royal-blue-900: #091C48;
--royal-blue-950: #06122D;
}