Royal Blue
#1077D1
BlueColor Codes
All color formats for development
HEX
#1077D1RGB
rgb(16, 119, 209)HSL
hsl(208, 86%, 44%)OKLCH
oklch(0.565 0.162 251.9)CMYK
cmyk(92%, 43%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6BBC
2#0D5FA7
3#0B5392
4#09477D
5#083B68
6#062F53
7#05243F
8#03182A
9#020C15
Tints
Lighter variations
1#1286EB
2#2B93EF
3#45A1F1
4#60AEF3
5#7ABCF5
6#95C9F7
7#AFD7F9
8#CAE4FB
9#E4F2FD
Tones
Muted variations
1#1976C7
2#2375BD
3#2D75B4
4#3674AA
5#4073A0
6#4A7397
7#53728D
8#5D7183
9#67717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F7 | BordersInactive statesPlaceholder text |
| 400 | 59AB #59ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A93 #2A93EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1077 #1077D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0943 #094377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4C | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FE;
--royal-blue-100: #DEEEFD;
--royal-blue-200: #C1E0FA;
--royal-blue-300: #92C8F7;
--royal-blue-400: #59ABF3;
--royal-blue-500: #2A93EF;
--royal-blue-600: #1077D1;
--royal-blue-700: #0C5EA6;
--royal-blue-800: #094377;
--royal-blue-900: #062B4C;
--royal-blue-950: #041B2F;
}