Royal Blue
#3852E0
BlueColor Codes
All color formats for development
HEX
#3852E0RGB
rgb(56, 82, 224)HSL
hsl(231, 73%, 55%)OKLCH
oklch(0.512 0.216 269)CMYK
cmyk(75%, 63%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223EDA
2#1E37C2
3#1B30AA
4#172992
5#132279
6#0F1B61
7#0B1549
8#080E31
9#040718
Tints
Lighter variations
1#4C63E3
2#6074E6
3#7486E9
4#8897EC
5#9CA8F0
6#B0BAF3
7#C3CBF6
8#D7DCF9
9#EBEEFC
Tones
Muted variations
1#4157D8
2#495DCF
3#5263C7
4#5A69BF
5#626FB6
6#6B75AE
7#737BA5
8#7B819D
9#848695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA6 #9AA6EF | BordersInactive statesPlaceholder text |
| 400 | 6578 #6578E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3852 #3852E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E37 #1E37C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182C #182C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111F #111F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1447 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E4FA;
--royal-blue-200: #C6CDF6;
--royal-blue-300: #9AA6EF;
--royal-blue-400: #6578E7;
--royal-blue-500: #3852E0;
--royal-blue-600: #1E37C2;
--royal-blue-700: #182C9A;
--royal-blue-800: #111F6E;
--royal-blue-900: #0B1447;
--royal-blue-950: #070C2C;
}