Royal Blue
#3D6ADB
BlueColor Codes
All color formats for development
HEX
#3D6ADBRGB
rgb(61, 106, 219)HSL
hsl(223, 69%, 55%)OKLCH
oklch(0.556 0.18 264.8)CMYK
cmyk(72%, 52%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2758D5
2#234FBE
3#1E45A6
4#1A3B8E
5#163177
6#11275F
7#0D1D47
8#09142F
9#040A18
Tints
Lighter variations
1#5079DF
2#6488E3
3#7797E6
4#8BA6EA
5#9EB4ED
6#B1C3F1
7#C5D2F4
8#D8E1F8
9#ECF0FB
Tones
Muted variations
1#456DD4
2#4D71CC
3#5574C4
4#5D78BC
5#657BB4
6#6D7FAC
7#7482A4
8#7C859C
9#848994
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB3 #9CB3ED | BordersInactive statesPlaceholder text |
| 400 | 688B #688BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6A #3D6ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 234F #234FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3F #1C3F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142D #142D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1D #0D1D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E8F9;
--royal-blue-200: #C7D4F5;
--royal-blue-300: #9CB3ED;
--royal-blue-400: #688BE3;
--royal-blue-500: #3D6ADB;
--royal-blue-600: #234FBE;
--royal-blue-700: #1C3F97;
--royal-blue-800: #142D6C;
--royal-blue-900: #0D1D45;
--royal-blue-950: #08122B;
}