Royal Blue
#3B8FDE
BlueColor Codes
All color formats for development
HEX
#3B8FDERGB
rgb(59, 143, 222)HSL
hsl(209, 71%, 55%)OKLCH
oklch(0.636 0.144 250)CMYK
cmyk(73%, 36%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2581D8
2#2173C0
3#1C64A8
4#185690
5#144878
6#103960
7#0C2B48
8#081D30
9#040E18
Tints
Lighter variations
1#4E9AE1
2#62A5E4
3#76B1E8
4#89BCEB
5#9DC7EE
6#B1D2F2
7#C4DDF5
8#D8E9F8
9#EBF4FC
Tones
Muted variations
1#438FD6
2#4B8ECD
3#538EC5
4#5B8EBD
5#648EB5
6#6C8DAD
7#748DA5
8#7C8D9D
9#848D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6EE | BordersInactive statesPlaceholder text |
| 400 | 66A8 #66A8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8F #3B8FDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2173 #2173C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A5B #1A5B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1241 #12416D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A46 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F8FD;
--royal-blue-100: #E0EEFA;
--royal-blue-200: #C6DFF5;
--royal-blue-300: #9BC6EE;
--royal-blue-400: #66A8E5;
--royal-blue-500: #3B8FDE;
--royal-blue-600: #2173C0;
--royal-blue-700: #1A5B99;
--royal-blue-800: #12416D;
--royal-blue-900: #0C2A46;
--royal-blue-950: #071A2C;
}