Royal Blue
#3440E5
BlueColor Codes
All color formats for development
HEX
#3440E5RGB
rgb(52, 64, 229)HSL
hsl(236, 77%, 55%)OKLCH
oklch(0.486 0.243 270.2)CMYK
cmyk(77%, 72%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2ADF
2#1A25C7
3#1721AE
4#131C95
5#10177C
6#0D1363
7#0A0E4A
8#060932
9#030519
Tints
Lighter variations
1#4853E7
2#5D66EA
3#7179ED
4#858CEF
5#999FF2
6#AEB2F4
7#C2C6F7
8#D6D9FA
9#EBECFC
Tones
Muted variations
1#3D47DC
2#464FD3
3#4E57CA
4#575EC1
5#6066B8
6#696EB0
7#7275A7
8#7B7D9E
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 616A #616AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3440 #3440E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A25 #1A25C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151E #151E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F15 #0F1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C4C8F7;
--royal-blue-300: #979DF2;
--royal-blue-400: #616AEA;
--royal-blue-500: #3440E5;
--royal-blue-600: #1A25C7;
--royal-blue-700: #151E9E;
--royal-blue-800: #0F1571;
--royal-blue-900: #090E48;
--royal-blue-950: #06082D;
}