Royal Blue
#1A5BFF
BlueColor Codes
All color formats for development
HEX
#1A5BFFRGB
rgb(26, 91, 255)HSL
hsl(223, 100%, 55%)OKLCH
oklch(0.547 0.251 263.6)CMYK
cmyk(90%, 64%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0048FC
2#0040E0
3#0038C4
4#0030A8
5#00288C
6#002070
7#001854
8#001038
9#00081C
Tints
Lighter variations
1#306BFF
2#477BFF
3#5E8CFF
4#759CFF
5#8CADFF
6#A3BDFF
7#BACEFF
8#D1DEFF
9#E8EFFF
Tones
Muted variations
1#255FF4
2#3064E8
3#3C69DD
4#476ED1
5#5373C6
6#5E78BA
7#6A7DAF
8#7582A3
9#818798
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAB #8AABFF | BordersInactive statesPlaceholder text |
| 400 | 4D7F #4D7FFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A5B #1A5BFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0040 #0040E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0033 #0033B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0024 #002480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0017 #001752 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DBE5FF;
--royal-blue-200: #BDCFFF;
--royal-blue-300: #8AABFF;
--royal-blue-400: #4D7FFF;
--royal-blue-500: #1A5BFF;
--royal-blue-600: #0040E0;
--royal-blue-700: #0033B3;
--royal-blue-800: #002480;
--royal-blue-900: #001752;
--royal-blue-950: #000E33;
}