Royal Blue
#1F65C1
BlueColor Codes
All color formats for development
HEX
#1F65C1RGB
rgb(31, 101, 193)HSL
hsl(214, 72%, 44%)OKLCH
oklch(0.516 0.16 257.2)CMYK
cmyk(84%, 48%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5BAE
2#19519A
3#164787
4#133D74
5#103360
6#0D294D
7#091E3A
8#061427
9#030A13
Tints
Lighter variations
1#2372DA
2#3B82DF
3#5391E3
4#6CA1E7
5#84B1EB
6#9DC0EF
7#B5D0F3
8#CEE0F7
9#E6EFFB
Tones
Muted variations
1#2767B9
2#3068B1
3#3869A9
4#406AA1
5#486B99
6#506C91
7#586D88
8#606E80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A81 #3A81DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F65 #1F65C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1951 #19519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123A #123A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2546 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0EBFA;
--royal-blue-200: #C6DBF6;
--royal-blue-300: #9ABFEF;
--royal-blue-400: #659DE6;
--royal-blue-500: #3A81DF;
--royal-blue-600: #1F65C1;
--royal-blue-700: #19519A;
--royal-blue-800: #123A6E;
--royal-blue-900: #0B2546;
--royal-blue-950: #07172C;
}