Royal Blue
#1A47FF
BlueColor Codes
All color formats for development
HEX
#1A47FFRGB
rgb(26, 71, 255)HSL
hsl(228, 100%, 55%)OKLCH
oklch(0.515 0.271 265.2)CMYK
cmyk(90%, 72%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0032FC
2#002DE0
3#0027C4
4#0022A8
5#001C8C
6#001670
7#001154
8#000B38
9#00061C
Tints
Lighter variations
1#305AFF
2#476CFF
3#5E7EFF
4#7591FF
5#8CA3FF
6#A3B6FF
7#BAC8FF
8#D1DAFF
9#E8EDFF
Tones
Muted variations
1#254EF4
2#3055E8
3#3C5CDD
4#4763D1
5#536AC6
6#5E71BA
7#6A78AF
8#757EA3
9#818598
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE2 #DBE2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA1 #8AA1FF | BordersInactive statesPlaceholder text |
| 400 | 4D70 #4D70FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A47 #1A47FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 002D #002DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0024 #0024B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001A #001A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0010 #001052 | Primary textHigh emphasis contentDark headings |
| 950 | 000A #000A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DBE2FF;
--royal-blue-200: #BDCAFF;
--royal-blue-300: #8AA1FF;
--royal-blue-400: #4D70FF;
--royal-blue-500: #1A47FF;
--royal-blue-600: #002DE0;
--royal-blue-700: #0024B3;
--royal-blue-800: #001A80;
--royal-blue-900: #001052;
--royal-blue-950: #000A33;
}