Royal Blue
#1E64FA
BlueColor Codes
All color formats for development
HEX
#1E64FARGB
rgb(30, 100, 250)HSL
hsl(221, 96%, 55%)OKLCH
oklch(0.559 0.234 262.7)CMYK
cmyk(88%, 60%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0552F7
2#0449DC
3#0440C0
4#0337A5
5#032D89
6#02246E
7#021B52
8#011237
9#01091B
Tints
Lighter variations
1#3573FB
2#4B83FB
3#6292FC
4#78A2FC
5#8FB1FD
6#A5C1FD
7#BCD0FE
8#D2E0FE
9#E9EFFF
Tones
Muted variations
1#2968EF
2#346CE4
3#3F70D9
4#4A74CE
5#5578C3
6#607CB8
7#6B80AD
8#7684A2
9#818897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CB0 #8CB0FD | BordersInactive statesPlaceholder text |
| 400 | 5086 #5086FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E64 #1E64FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0449 #0449DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043A #043AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0329 #03297D | Text on light backgroundsHeadingsStrong borders |
| 900 | 021A #021A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE7FE;
--royal-blue-200: #BED2FE;
--royal-blue-300: #8CB0FD;
--royal-blue-400: #5086FB;
--royal-blue-500: #1E64FA;
--royal-blue-600: #0449DC;
--royal-blue-700: #043AAF;
--royal-blue-800: #03297D;
--royal-blue-900: #021A50;
--royal-blue-950: #011132;
}