Royal Blue
#3D94DB
BlueColor Codes
All color formats for development
HEX
#3D94DBRGB
rgb(61, 148, 219)HSL
hsl(207, 69%, 55%)OKLCH
oklch(0.646 0.135 246.7)CMYK
cmyk(72%, 32%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2787D5
2#2378BE
3#1E69A6
4#1A5A8E
5#164B77
6#113C5F
7#0D2D47
8#091E2F
9#040F18
Tints
Lighter variations
1#509FDF
2#64AAE3
3#77B4E6
4#8BBFEA
5#9ECAED
6#B1D4F1
7#C5DFF4
8#D8EAF8
9#ECF4FB
Tones
Muted variations
1#4593D4
2#4D93CC
3#5592C4
4#5D91BC
5#6590B4
6#6D8FAC
7#748FA4
8#7C8E9C
9#848D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8ED | BordersInactive statesPlaceholder text |
| 400 | 68AC #68ACE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D94 #3D94DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2378 #2378BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5F #1C5F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F8FD;
--royal-blue-100: #E1EEF9;
--royal-blue-200: #C7E0F5;
--royal-blue-300: #9CC8ED;
--royal-blue-400: #68ACE3;
--royal-blue-500: #3D94DB;
--royal-blue-600: #2378BE;
--royal-blue-700: #1C5F97;
--royal-blue-800: #14446C;
--royal-blue-900: #0D2C45;
--royal-blue-950: #081B2B;
}