Royal Blue
#628DEA
BlueColor Codes
All color formats for development
HEX
#628DEARGB
rgb(98, 141, 234)HSL
hsl(221, 76%, 65%)OKLCH
oklch(0.655 0.147 264)CMYK
cmyk(58%, 40%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4578E6
2#2862E2
3#1C54CC
4#1848AF
5#143C92
6#103075
7#0C2458
8#08183A
9#040C1D
Tints
Lighter variations
1#7298EC
2#81A4EE
3#91AFF0
4#A1BBF2
5#B0C6F4
6#C0D1F6
7#D0DDF9
8#E0E8FB
9#EFF4FD
Tones
Muted variations
1#698FE3
2#6F92DC
3#7694D5
4#7D97CE
5#8499C8
6#8B9CC1
7#919EBA
8#98A1B3
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D5 #C5D5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B4 #98B4F1 | BordersInactive statesPlaceholder text |
| 400 | 628D #628DEA | Disabled statesSecondary iconsMuted text |
| 500 | 356C #356CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B51 #1B51C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1540 #15409D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2E #0F2E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1D #0A1D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E0E8FB;
--royal-blue-200: #C5D5F7;
--royal-blue-300: #98B4F1;
--royal-blue-400: #628DEA;
--royal-blue-500: #356CE3;
--royal-blue-600: #1B51C5;
--royal-blue-700: #15409D;
--royal-blue-800: #0F2E70;
--royal-blue-900: #0A1D48;
--royal-blue-950: #06122D;
}