Royal Blue
#3D50DB
BlueColor Codes
All color formats for development
HEX
#3D50DBRGB
rgb(61, 80, 219)HSL
hsl(233, 69%, 55%)OKLCH
oklch(0.507 0.211 270.7)CMYK
cmyk(72%, 63%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#273BD5
2#2335BE
3#1E2EA6
4#1A288E
5#162177
6#111A5F
7#0D1447
8#090D2F
9#040718
Tints
Lighter variations
1#5061DF
2#6473E3
3#7784E6
4#8B96EA
5#9EA7ED
6#B1B9F1
7#C5CAF4
8#D8DCF8
9#ECEDFB
Tones
Muted variations
1#4556D4
2#4D5CCC
3#5562C4
4#5D68BC
5#656EB4
6#6D74AC
7#747AA4
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 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA5 #9CA5ED | BordersInactive statesPlaceholder text |
| 400 | 6877 #6877E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D50 #3D50DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2335 #2335BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2A #1C2A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141E #141E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E4F9;
--royal-blue-200: #C7CCF5;
--royal-blue-300: #9CA5ED;
--royal-blue-400: #6877E3;
--royal-blue-500: #3D50DB;
--royal-blue-600: #2335BE;
--royal-blue-700: #1C2A97;
--royal-blue-800: #141E6C;
--royal-blue-900: #0D1345;
--royal-blue-950: #080C2B;
}