Royal Blue
#1A68C7
BlueColor Codes
All color formats for development
HEX
#1A68C7RGB
rgb(26, 104, 199)HSL
hsl(213, 77%, 44%)OKLCH
oklch(0.526 0.165 256.4)CMYK
cmyk(87%, 48%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#175DB3
2#15539F
3#12488B
4#0F3E77
5#0D3463
6#0A294F
7#081F3C
8#051528
9#030A14
Tints
Lighter variations
1#1D75E0
2#3584E5
3#4E93E8
4#67A3EB
5#81B2EF
6#9AC1F2
7#B3D1F5
8#CCE0F8
9#E6F0FC
Tones
Muted variations
1#2268BE
2#2B69B5
3#346AAD
4#3C6BA4
5#456C9B
6#4E6D93
7#566E8A
8#5F6E81
9#686F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 619F #619FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3483 #3483E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A68 #1A68C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1552 #15529E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3B #0F3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092648 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFECFB;
--royal-blue-200: #C4DBF7;
--royal-blue-300: #97C0F2;
--royal-blue-400: #619FEA;
--royal-blue-500: #3483E5;
--royal-blue-600: #1A68C7;
--royal-blue-700: #15529E;
--royal-blue-800: #0F3B71;
--royal-blue-900: #092648;
--royal-blue-950: #06182D;
}