Royal Blue
#1A73C7
BlueColor Codes
All color formats for development
HEX
#1A73C7RGB
rgb(26, 115, 199)HSL
hsl(209, 77%, 44%)OKLCH
oklch(0.551 0.153 252.1)CMYK
cmyk(87%, 42%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1768B3
2#155C9F
3#12518B
4#0F4577
5#0D3A63
6#0A2E4F
7#08233C
8#051728
9#030C14
Tints
Lighter variations
1#1D82E0
2#3590E5
3#4E9EE8
4#67ACEB
5#81B9EF
6#9AC7F2
7#B3D5F5
8#CCE3F8
9#E6F1FC
Tones
Muted variations
1#2273BE
2#2B73B5
3#3472AD
4#3C72A4
5#45729B
6#4E7193
7#56718A
8#5F7181
9#687079
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DF #C4DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 61A8 #61A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 348F #348FE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A73 #1A73C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FD;
--royal-blue-100: #DFEEFB;
--royal-blue-200: #C4DFF7;
--royal-blue-300: #97C6F2;
--royal-blue-400: #61A8EA;
--royal-blue-500: #348FE5;
--royal-blue-600: #1A73C7;
--royal-blue-700: #155C9E;
--royal-blue-800: #0F4171;
--royal-blue-900: #092A48;
--royal-blue-950: #061A2D;
}