Royal Blue
#3434E5
BlueColor Codes
All color formats for development
HEX
#3434E5RGB
rgb(52, 52, 229)HSL
hsl(240, 77%, 55%)OKLCH
oklch(0.47 0.253 271.1)CMYK
cmyk(77%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D1DDF
2#1A1AC7
3#1717AE
4#131395
5#10107C
6#0D0D63
7#0A0A4A
8#060632
9#030319
Tints
Lighter variations
1#4848E7
2#5D5DEA
3#7171ED
4#8585EF
5#9999F2
6#AEAEF4
7#C2C2F7
8#D6D6FA
9#EBEBFC
Tones
Muted variations
1#3D3DDC
2#4646D3
3#4E4ECA
4#5757C1
5#6060B8
6#6969B0
7#7272A7
8#7B7B9E
9#838395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6161 #6161EA | Disabled statesSecondary iconsMuted text |
| 500 | 3434 #3434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A1A #1A1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090948 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C4C4F7;
--royal-blue-300: #9797F2;
--royal-blue-400: #6161EA;
--royal-blue-500: #3434E5;
--royal-blue-600: #1A1AC7;
--royal-blue-700: #15159E;
--royal-blue-800: #0F0F71;
--royal-blue-900: #090948;
--royal-blue-950: #06062D;
}