Royal Blue
#1A57FF
BlueColor Codes
All color formats for development
HEX
#1A57FFRGB
rgb(26, 87, 255)HSL
hsl(224, 100%, 55%)OKLCH
oklch(0.54 0.255 264)CMYK
cmyk(90%, 66%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0043FC
2#003CE0
3#0034C4
4#002DA8
5#00258C
6#001E70
7#001654
8#000F38
9#00071C
Tints
Lighter variations
1#3068FF
2#4778FF
3#5E89FF
4#759AFF
5#8CABFF
6#A3BCFF
7#BACDFF
8#D1DDFF
9#E8EEFF
Tones
Muted variations
1#255CF4
2#3061E8
3#3C67DD
4#476CD1
5#5371C6
6#5E77BA
7#6A7CAF
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 | BDCE #BDCEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA9 #8AA9FF | BordersInactive statesPlaceholder text |
| 400 | 4D7C #4D7CFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A57 #1A57FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 003C #003CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0030 #0030B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0022 #002280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0016 #001652 | 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: #BDCEFF;
--royal-blue-300: #8AA9FF;
--royal-blue-400: #4D7CFF;
--royal-blue-500: #1A57FF;
--royal-blue-600: #003CE0;
--royal-blue-700: #0030B3;
--royal-blue-800: #002280;
--royal-blue-900: #001652;
--royal-blue-950: #000E33;
}