Royal Blue
#1A53FF
BlueColor Codes
All color formats for development
HEX
#1A53FFRGB
rgb(26, 83, 255)HSL
hsl(225, 100%, 55%)OKLCH
oklch(0.533 0.259 264.4)CMYK
cmyk(90%, 67%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003FFC
2#0038E0
3#0031C4
4#002AA8
5#00238C
6#001C70
7#001554
8#000E38
9#00071C
Tints
Lighter variations
1#3064FF
2#4775FF
3#5E87FF
4#7598FF
5#8CA9FF
6#A3BAFF
7#BACBFF
8#D1DDFF
9#E8EEFF
Tones
Muted variations
1#2559F4
2#305EE8
3#3C64DD
4#476AD1
5#5370C6
6#5E75BA
7#6A7BAF
8#7581A3
9#818798
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA7 #8AA7FF | BordersInactive statesPlaceholder text |
| 400 | 4D79 #4D79FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A53 #1A53FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0038 #0038E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002D #002DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0020 #002080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0014 #001452 | Primary textHigh emphasis contentDark headings |
| 950 | 000D #000D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DBE4FF;
--royal-blue-200: #BDCDFF;
--royal-blue-300: #8AA7FF;
--royal-blue-400: #4D79FF;
--royal-blue-500: #1A53FF;
--royal-blue-600: #0038E0;
--royal-blue-700: #002DB3;
--royal-blue-800: #002080;
--royal-blue-900: #001452;
--royal-blue-950: #000D33;
}