Royal Blue
#3A4DDF
BlueColor Codes
All color formats for development
HEX
#3A4DDFRGB
rgb(58, 77, 223)HSL
hsl(233, 72%, 55%)OKLCH
oklch(0.504 0.22 270.3)CMYK
cmyk(74%, 65%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2339D9
2#1F32C1
3#1B2CA9
4#182691
5#141F79
6#101960
7#0C1348
8#080D30
9#040618
Tints
Lighter variations
1#4D5FE2
2#6171E5
3#7582E9
4#8994EC
5#9CA6EF
6#B0B8F2
7#C4CAF5
8#D8DBF9
9#EBEDFC
Tones
Muted variations
1#4253D7
2#4A5ACE
3#5260C6
4#5B66BE
5#636DB6
6#6B73AD
7#7379A5
8#7C809D
9#848695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA4 #9AA4EF | BordersInactive statesPlaceholder text |
| 400 | 6574 #6574E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A4D #3A4DDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F32 #1F32C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1928 #19289A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121D #121D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B12 #0B1246 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E3FA;
--royal-blue-200: #C6CCF6;
--royal-blue-300: #9AA4EF;
--royal-blue-400: #6574E6;
--royal-blue-500: #3A4DDF;
--royal-blue-600: #1F32C1;
--royal-blue-700: #19289A;
--royal-blue-800: #121D6E;
--royal-blue-900: #0B1246;
--royal-blue-950: #070B2C;
}