Royal Blue
#3D4DDB
BlueColor Codes
All color formats for development
HEX
#3D4DDBRGB
rgb(61, 77, 219)HSL
hsl(234, 69%, 55%)OKLCH
oklch(0.502 0.215 271.2)CMYK
cmyk(72%, 65%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2739D5
2#2332BE
3#1E2CA6
4#1A268E
5#161F77
6#11195F
7#0D1347
8#090D2F
9#040618
Tints
Lighter variations
1#505FDF
2#6471E3
3#7782E6
4#8B94EA
5#9EA6ED
6#B1B8F1
7#C5CAF4
8#D8DBF8
9#ECEDFB
Tones
Muted variations
1#4553D4
2#4D5ACC
3#5560C4
4#5D66BC
5#656DB4
6#6D73AC
7#7479A4
8#7C809C
9#848694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA4 #9CA4ED | BordersInactive statesPlaceholder text |
| 400 | 6874 #6874E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4D #3D4DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2332 #2332BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C28 #1C2897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141D #141D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1245 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E3F9;
--royal-blue-200: #C7CCF5;
--royal-blue-300: #9CA4ED;
--royal-blue-400: #6874E3;
--royal-blue-500: #3D4DDB;
--royal-blue-600: #2332BE;
--royal-blue-700: #1C2897;
--royal-blue-800: #141D6C;
--royal-blue-900: #0D1245;
--royal-blue-950: #080B2B;
}