Royal Blue
#186DC9
BlueColor Codes
All color formats for development
HEX
#186DC9RGB
rgb(24, 109, 201)HSL
hsl(211, 79%, 44%)OKLCH
oklch(0.538 0.162 254.8)CMYK
cmyk(88%, 46%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1562B5
2#1357A1
3#104C8D
4#0E4279
5#0C3764
6#092C50
7#07213C
8#051628
9#020B14
Tints
Lighter variations
1#1B7BE2
2#338AE7
3#4C98EA
4#66A7ED
5#7FB6F0
6#99C4F3
7#B2D3F6
8#CCE2F9
9#E5F0FC
Tones
Muted variations
1#206EC0
2#296EB7
3#326EAE
4#3B6EA5
5#446F9D
6#4D6F94
7#566F8B
8#5E7082
9#677079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DD #C4DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C3 #96C3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA3 #5FA3EC | Disabled statesSecondary iconsMuted text |
| 500 | 3289 #3289E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 186D #186DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1357 #1357A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3E #0D3E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0928 #092849 | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFEDFB;
--royal-blue-200: #C4DDF8;
--royal-blue-300: #96C3F3;
--royal-blue-400: #5FA3EC;
--royal-blue-500: #3289E7;
--royal-blue-600: #186DC9;
--royal-blue-700: #1357A0;
--royal-blue-800: #0D3E72;
--royal-blue-900: #092849;
--royal-blue-950: #05192E;
}