Royal Blue
#1A4FFF
BlueColor Codes
All color formats for development
HEX
#1A4FFFRGB
rgb(26, 79, 255)HSL
hsl(226, 100%, 55%)OKLCH
oklch(0.527 0.263 264.7)CMYK
cmyk(90%, 69%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003BFC
2#0034E0
3#002EC4
4#0027A8
5#00218C
6#001A70
7#001454
8#000D38
9#00071C
Tints
Lighter variations
1#3061FF
2#4772FF
3#5E84FF
4#7595FF
5#8CA7FF
6#A3B9FF
7#BACAFF
8#D1DCFF
9#E8EDFF
Tones
Muted variations
1#2555F4
2#305BE8
3#3C61DD
4#4768D1
5#536EC6
6#5E74BA
7#6A7AAF
8#7580A3
9#818698
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCC #BDCCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA5 #8AA5FF | BordersInactive statesPlaceholder text |
| 400 | 4D76 #4D76FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A4F #1A4FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0034 #0034E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002A #002AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001E #001E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0013 #001352 | Primary textHigh emphasis contentDark headings |
| 950 | 000C #000C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DBE4FF;
--royal-blue-200: #BDCCFF;
--royal-blue-300: #8AA5FF;
--royal-blue-400: #4D76FF;
--royal-blue-500: #1A4FFF;
--royal-blue-600: #0034E0;
--royal-blue-700: #002AB3;
--royal-blue-800: #001E80;
--royal-blue-900: #001352;
--royal-blue-950: #000C33;
}