Royal Blue
#3B8ADE
BlueColor Codes
All color formats for development
HEX
#3B8ADERGB
rgb(59, 138, 222)HSL
hsl(211, 71%, 55%)OKLCH
oklch(0.625 0.149 252.5)CMYK
cmyk(73%, 38%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#257BD8
2#216EC0
3#1C60A8
4#185290
5#144478
6#103760
7#0C2948
8#081B30
9#040E18
Tints
Lighter variations
1#4E95E1
2#62A1E4
3#76ADE8
4#89B9EB
5#9DC4EE
6#B1D0F2
7#C4DCF5
8#D8E8F8
9#EBF3FC
Tones
Muted variations
1#438AD6
2#4B8ACD
3#538AC5
4#5B8BBD
5#648BB5
6#6C8BAD
7#748BA5
8#7C8C9D
9#848C94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DD #C6DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC3 #9BC3EE | BordersInactive statesPlaceholder text |
| 400 | 66A4 #66A4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8A #3B8ADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 216E #216EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A57 #1A5799 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123E #123E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C28 #0C2846 | Primary textHigh emphasis contentDark headings |
| 950 | 0719 #07192C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0EDFA;
--royal-blue-200: #C6DDF5;
--royal-blue-300: #9BC3EE;
--royal-blue-400: #66A4E5;
--royal-blue-500: #3B8ADE;
--royal-blue-600: #216EC0;
--royal-blue-700: #1A5799;
--royal-blue-800: #123E6D;
--royal-blue-900: #0C2846;
--royal-blue-950: #07192C;
}