Royal Blue
#3D92DB
BlueColor Codes
All color formats for development
HEX
#3D92DBRGB
rgb(61, 146, 219)HSL
hsl(208, 69%, 55%)OKLCH
oklch(0.642 0.137 247.8)CMYK
cmyk(72%, 33%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2784D5
2#2375BE
3#1E67A6
4#1A588E
5#164977
6#113B5F
7#0D2C47
8#091D2F
9#040F18
Tints
Lighter variations
1#509CDF
2#64A7E3
3#77B2E6
4#8BBDEA
5#9EC8ED
6#B1D3F1
7#C5DEF4
8#D8E9F8
9#ECF4FB
Tones
Muted variations
1#4591D4
2#4D90CC
3#5590C4
4#5D8FBC
5#658FB4
6#6D8EAC
7#748EA4
8#7C8D9C
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 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC7 #9CC7ED | BordersInactive statesPlaceholder text |
| 400 | 68AA #68AAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D92 #3D92DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2375 #2375BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5D #1C5D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1443 #14436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2B #0D2B45 | 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: #C7DFF5;
--royal-blue-300: #9CC7ED;
--royal-blue-400: #68AAE3;
--royal-blue-500: #3D92DB;
--royal-blue-600: #2375BE;
--royal-blue-700: #1C5D97;
--royal-blue-800: #14436C;
--royal-blue-900: #0D2B45;
--royal-blue-950: #081B2B;
}